mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 15:11:22 +00:00
Clipboard which can be activated/used from within the touch menu.
This commit is contained in:
@@ -271,4 +271,30 @@ div#touchMenu {
|
||||
padding: 1em;
|
||||
opacity: 0.8;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
div#touchClipboardDiv {
|
||||
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
z-index: 4;
|
||||
|
||||
color: white;
|
||||
background: black;
|
||||
border: 1px solid silver;
|
||||
padding: 1em;
|
||||
opacity: 0.8;
|
||||
|
||||
max-width: 50em;
|
||||
|
||||
}
|
||||
|
||||
div#touchClipboardDiv h2 {
|
||||
margin: 0;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
div#touchClipboardDiv textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user