浏览代码

Select received text when double-clicking the dialog

RobinLinus 4 年之前
父节点
当前提交
bb3277652c
共有 1 个文件被更改,包括 6 次插入0 次删除
  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 {