disabled cookies popup text highlighting

This commit is contained in:
Bea 2020-07-10 12:03:07 +02:00
parent b06af3b038
commit de42e2558b

View File

@ -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;