disabled cookies popup text highlighting
This commit is contained in:
@@ -68,6 +68,13 @@ a {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
|
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 */
|
/* Size */
|
||||||
width: 600px;
|
width: 600px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user