From de42e2558b27f8c51c502c261321db2c846abb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Fri, 10 Jul 2020 12:03:07 +0200 Subject: [PATCH] disabled cookies popup text highlighting --- styles/common-style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/common-style.css b/styles/common-style.css index 3ed0664..41dde40 100644 --- a/styles/common-style.css +++ b/styles/common-style.css @@ -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;