mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Initial fixes for buggy menu hiding feature.
This commit is contained in:
@@ -73,17 +73,14 @@ div.errorDialog p {
|
||||
|
||||
|
||||
#menu {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-bottom: 1em;
|
||||
font-size: 0.8em;
|
||||
background: #FEA;
|
||||
border: 1px solid black;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
z-index: 4;
|
||||
background: #FEA;
|
||||
border-bottom: 1px solid black;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#menu.error {
|
||||
@@ -127,11 +124,7 @@ div#clipboardDiv {
|
||||
border: 1px solid black;
|
||||
|
||||
width: 50em;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
#menu:hover div#clipboardDiv {
|
||||
opacity: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
div#clipboardDiv h2 {
|
||||
@@ -161,3 +154,14 @@ div#clipboardDiv textarea {
|
||||
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
|
||||
}
|
||||
|
||||
div#menuControl {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
width: 100%;
|
||||
height: 1.5em;
|
||||
background: none;
|
||||
|
||||
z-index: 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user