mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
Restore error message styling.
This commit is contained in:
@@ -72,7 +72,6 @@ div.dialog {
|
||||
text-align: left;
|
||||
|
||||
display: inline-block;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
div.dialog h1 {
|
||||
@@ -131,17 +130,6 @@ div.dialog p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#statusText {
|
||||
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
|
||||
font-size: xx-large;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.guac-error #statusText {
|
||||
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
|
||||
color: #D44;
|
||||
}
|
||||
|
||||
div.displayOuter {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -191,7 +179,7 @@ div.magnifier {
|
||||
}
|
||||
|
||||
.pan-overlay {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
@@ -270,3 +258,8 @@ div#viewportClone {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.guac-error .status {
|
||||
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
|
||||
color: #D44;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user