disabled cookies popup text highlighting
This commit is contained in:
parent
b06af3b038
commit
de42e2558b
@ -67,6 +67,13 @@ a {
|
||||
font-size: 25px;
|
||||
box-sizing: border-box;
|
||||
box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
|
||||
|
||||
/* Disable text highlighting */
|
||||
-moz-user-select: none;
|
||||
-webkis-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-o-user-select: none;
|
||||
|
||||
/* Size */
|
||||
width: 600px;
|
||||
|
Reference in New Issue
Block a user