Browse Source

Select received text when double-clicking the dialog

RobinLinus 4 years ago
parent
commit
bb3277652c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      client/styles.css

+ 6 - 0
client/styles.css

@@ -377,6 +377,12 @@ x-dialog a{
     text-decoration: underline;
     text-decoration: underline;
 }
 }
 
 
+#receiveTextDialog h3{
+    /* Select the received text when double-clicking the dialog */
+    user-select: none;
+    pointer-events: none;
+}
+
 /* Button */
 /* Button */
 
 
 .button {
 .button {