From b6586f2c28c67d26a280412f7ee01e098e0dfad1 Mon Sep 17 00:00:00 2001 From: tersiswilvin <52929976+tersiswilvin@users.noreply.github.com> Date: Thu, 29 Dec 2022 09:22:01 -0800 Subject: [PATCH] Updated --- public/css/AdminPanel.css | 15 +++++++++------ resources/views/admin/index.blade.php | 2 +- resources/views/admin/tree.blade.php | 2 +- resources/views/admin/users.blade.php | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/public/css/AdminPanel.css b/public/css/AdminPanel.css index 8b42ecd..7c528f8 100644 --- a/public/css/AdminPanel.css +++ b/public/css/AdminPanel.css @@ -17,12 +17,6 @@ a, a:hover, a:focus, a:link, a:visited { color: inherit; font-weight: 300; text-decoration: none; - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } h1, h2, h3, h4, h5, h6 { @@ -249,6 +243,15 @@ body:not(.Y23R) .AdminContainer .SH-8B07, body.Y23R .AdminContainer .UH-vXb0 { visibility: hidden !important; } +.NewAdminPanel .noselect { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + /*/=={ Status }==/*/ .AdminContainer .S-Ia06 { diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php index b570b1b..a4127f0 100644 --- a/resources/views/admin/index.blade.php +++ b/resources/views/admin/index.blade.php @@ -71,7 +71,7 @@