From bb3277652c45336cbbee250c4c3bd6f3921d34d9 Mon Sep 17 00:00:00 2001 From: RobinLinus Date: Wed, 16 Dec 2020 05:55:21 +0100 Subject: [PATCH] Select received text when double-clicking the dialog --- client/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/styles.css b/client/styles.css index d079dfe..d17dc73 100644 --- a/client/styles.css +++ b/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 {