From bbd9e4ae6be9e0045b05c58b52e6f57233de5b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=AB=8B=E5=B8=AE?= <3294713004@qq.com> Date: Wed, 24 Jul 2024 22:29:36 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E6=9B=B4=E6=96=B0=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/themes.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/themes.css b/files/themes.css index 2bc6c73c..d1ea0cef 100644 --- a/files/themes.css +++ b/files/themes.css @@ -258,4 +258,12 @@ html[data-bs-theme=light] > body > .select2-container > .select2-dropdown { html[data-bs-theme=dark] > body > .select2-container > .select2-dropdown { outline: 1px solid var(--app-dark-color); +} + +.service-single > a, +.service-single > a > img { + -webkit-user-drag: none; + -moz-user-drag: none; + -ms-user-drag: none; + user-drag: none; } \ No newline at end of file