Sfoglia il codice sorgente

Select received text when double-clicking the dialog

RobinLinus 4 anni fa
parent
commit
bb3277652c
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      client/styles.css

+ 6 - 0
client/styles.css

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