mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Improved menu hiding behavior and style.
This commit is contained in:
@@ -125,6 +125,11 @@ div#clipboardDiv {
|
||||
|
||||
width: 50em;
|
||||
z-index: 2;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#menu:hover div#clipboardDiv {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
div#clipboardDiv h2 {
|
||||
@@ -160,7 +165,7 @@ div#menuControl {
|
||||
left: 0;
|
||||
|
||||
width: 100%;
|
||||
height: 1.5em;
|
||||
height: 3px;
|
||||
background: none;
|
||||
|
||||
z-index: 3;
|
||||
|
Reference in New Issue
Block a user