]> git.mxchange.org Git - friendica.git/commitdiff
improve dropzone background color
authorHannes Heute <haheute@posteo.de>
Wed, 29 Jan 2025 15:59:32 +0000 (16:59 +0100)
committerHannes Heute <haheute@posteo.de>
Wed, 29 Jan 2025 15:59:32 +0000 (16:59 +0100)
view/theme/frio/css/style.css

index 9845408a8a9fd49ac9eb5ac8994eb742249e8948..9ae95c4765a1240eef99e19c046fa52753ac1a78 100644 (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;
 }