Browse Source

Select received text when double-clicking the dialog

RobinLinus 4 năm trước cách đây
mục cha
commit
bb3277652c
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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 {