From 87c53c640a267b98571dfff8964bf978aa6c1bfd Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 29 Aug 2022 22:30:49 +0200 Subject: [PATCH] disable user select on header --- src/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index aadd156..f314999 100644 --- a/src/index.css +++ b/src/index.css @@ -29,8 +29,9 @@ h1 { font-weight: bold; text-transform: uppercase; background: -webkit-linear-gradient(90deg,#ff8a00,#e52e71); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none; -o-user-select:none; } #grid { @@ -62,7 +63,7 @@ h1 { padding: 0px; background: #c0d0c0; border: 1px solid #c0c0c0; - -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none; + -moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none; -o-user-select:none; } #grid TR TD[data-status=default],