mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Implement touch-specific menu.
This commit is contained in:
@@ -255,4 +255,14 @@ textarea#eventTarget {
|
||||
opacity: 0;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Touch-specific menu */
|
||||
|
||||
div#touchMenu {
|
||||
display: inline-block;
|
||||
background: black;
|
||||
border: 1px solid silver;
|
||||
padding: 1em;
|
||||
opacity: 0.8;
|
||||
}
|
Reference in New Issue
Block a user