소스 검색

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 {