Clipboard which can be activated/used from within the touch menu.
[guacamole.git] / src / main / webapp / styles / client.css
index 66b3f31..c3d8887 100644 (file)
@@ -271,4 +271,30 @@ div#touchMenu {
     padding: 1em;
     opacity: 0.8;
 
-}
\ No newline at end of file
+}
+
+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%;
+}
+