From 90d9db39ded93da160da2b3d3ca3568cb2b27e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zen=C3=A7=20Bilgili?= Date: Wed, 8 Jul 2020 23:43:49 +0300 Subject: [PATCH] Disable text selection on clock and help --- css/style.css | 9 +++++++++ index.html | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 869f483..ee9ae6d 100644 --- a/css/style.css +++ b/css/style.css @@ -408,6 +408,15 @@ body.form .search-form { visibility: visible; } +.disable-select { + user-select: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; +} + + @media (min-width: 500px) { .help { display: flex; diff --git a/index.html b/index.html index f5d02ae..b46c5f4 100644 --- a/index.html +++ b/index.html @@ -10,14 +10,14 @@ -
+
    - +