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