Merge pull request #14753 from haheute/drop-area

[frio] Improve dropzone background color
This commit is contained in:
Hypolite Petovan 2025-01-29 12:30:28 -05:00 committed by GitHub
commit af661716a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}