mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
[broadway] Make close button text unselectable
This commit is contained in:
parent
7f14b8bedf
commit
1fdd4915fc
@ -43,6 +43,11 @@
|
||||
text-shadow: black -1px 0 0, black 1px 0 0, black 0 1px 0, black 0 -1px 0;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.frame-close:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user