commit bb3277652c45336cbbee250c4c3bd6f3921d34d9 parent 352e0c4ce553b270b653c7a550c8dd4b1ccb0c0c Author: RobinLinus <robinlinus@users.noreply.github.com> Date: Wed, 16 Dec 2020 05:55:21 +0100 Select received text when double-clicking the dialog Diffstat:
M | client/styles.css | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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 {