mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-19 00:50:14 -07:00
Select received text when double-clicking the dialog
This commit is contained in:
parent
352e0c4ce5
commit
bb3277652c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user