From f52493f2705ae58b0547a89a78bd11c056bac0fd Mon Sep 17 00:00:00 2001 From: Hannes Heute Date: Wed, 29 Jan 2025 16:59:32 +0100 Subject: [PATCH] improve dropzone background color --- view/theme/frio/css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9845408a8a..9ae95c4765 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3670,9 +3670,8 @@ section .profile-match-wrapper { } .qq-upload-drop-area { - background: white !important; + background: inherit !important; float: none; - border: none; -webkit-box-shadow: none; box-shadow: none; -moz-box-shadow: none; @@ -3687,7 +3686,7 @@ section .profile-match-wrapper { width: 100% !important; display: block !important; position: relative !important; - border: black 1px dashed !important; + border: $font_color_darker 1px dashed !important; margin-bottom: 5px !important; margin-top: 15px !important; }