mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-29 16:13:22 +00:00
Connection icons, initial autohiding menu implementation.
This commit is contained in:
@@ -86,14 +86,6 @@ div.errorDialog p {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#menu.connected {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#menu.connected:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#menu.error {
|
||||
background: #D44;
|
||||
}
|
||||
@@ -139,6 +131,11 @@ div#clipboardDiv {
|
||||
border-radius: 0.5em;
|
||||
|
||||
width: 50em;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#menu:hover div#clipboardDiv {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div#clipboardDiv h2 {
|
||||
|
||||
@@ -219,3 +219,14 @@ div#connection-list-ui a[href] {
|
||||
div#connection-list-ui a[href]:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.protocol.icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-image: url('../images/protocol-icons/tango/video-display.png');
|
||||
}
|
||||
|
||||
.protocol.icon.ssh {
|
||||
background-image: url('../images/protocol-icons/tango/terminal.png');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user