improve dropzone background color

This commit is contained in:
Hannes Heute 2025-01-29 16:59:32 +01:00
parent 81a9fbb9bd
commit f52493f270

View file

@ -3670,9 +3670,8 @@ section .profile-match-wrapper {
} }
.qq-upload-drop-area { .qq-upload-drop-area {
background: white !important; background: inherit !important;
float: none; float: none;
border: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
@ -3687,7 +3686,7 @@ section .profile-match-wrapper {
width: 100% !important; width: 100% !important;
display: block !important; display: block !important;
position: relative !important; position: relative !important;
border: black 1px dashed !important; border: $font_color_darker 1px dashed !important;
margin-bottom: 5px !important; margin-bottom: 5px !important;
margin-top: 15px !important; margin-top: 15px !important;
} }