stop highlighting of elements, make queue reset on expac swap
This commit is contained in:
@@ -10,6 +10,15 @@ html, body {
|
||||
src: url('../fonts/FRIZQUAD.TTF');
|
||||
}
|
||||
|
||||
.noSelect {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#background {
|
||||
background-color: #000;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user