Select received text when double-clicking the dialog

This commit is contained in:
RobinLinus 2020-12-16 05:55:21 +01:00
parent 352e0c4ce5
commit bb3277652c

View file

@ -377,6 +377,12 @@ x-dialog a{
text-decoration: underline; text-decoration: underline;
} }
#receiveTextDialog h3{
/* Select the received text when double-clicking the dialog */
user-select: none;
pointer-events: none;
}
/* Button */ /* Button */
.button { .button {