[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;
|
text-shadow: black -1px 0 0, black 1px 0 0, black 0 1px 0, black 0 -1px 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-o-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.frame-close:focus {
|
.frame-close:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user