mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 23:36:17 -04:00
Select received text when double-clicking the dialog
This commit is contained in:
parent
352e0c4ce5
commit
bb3277652c
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue