mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-567: Clean up style of connection stability warning. Add warning icon.
This commit is contained in:
@@ -21,16 +21,36 @@
|
|||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0.25em;
|
right: 0.25em;
|
||||||
top: 0.25em;
|
bottom: 0.25em;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
|
||||||
|
width: 3in;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 3in;
|
min-height: 1em;
|
||||||
|
|
||||||
border: 1px solid rgba(0,0,0,0.5);
|
border-left: 2em solid #FA0;
|
||||||
box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
|
box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
|
||||||
background: #FFE;
|
background: #FFE;
|
||||||
padding: 0.5em;
|
padding: 0.5em 0.75em;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#connection-warning::before {
|
||||||
|
|
||||||
|
content: ' ';
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: -2em;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
|
width: 1.25em;
|
||||||
|
height: 100%;
|
||||||
|
margin: 0 0.375em;
|
||||||
|
|
||||||
|
background: url('images/warning.png');
|
||||||
|
background-size: contain;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
|
}
|
||||||
|
BIN
guacamole/src/main/webapp/images/warning.png
Normal file
BIN
guacamole/src/main/webapp/images/warning.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user