Always show the viewport drag button on touch devices to keep the GUI from

"jumping around". Enable/disable the button instead of show/hide on these
devices.
This commit is contained in:
samhed
2015-06-16 22:39:17 +02:00
parent 539955ff27
commit 29a0e6a8a3
2 changed files with 15 additions and 2 deletions

View File

@@ -320,6 +320,10 @@ html {
/*box-shadow:inset 0.4px 0.4px 0.4px #000000;*/
}
.noVNC_status_button:disabled {
opacity: 0.4;
}
/*Settings Bubble*/
.triangle-right {