mirror of
https://github.com/friendica/friendica
synced 2025-02-14 02:14:05 +00:00
Merge pull request #14753 from haheute/drop-area
[frio] Improve dropzone background color
This commit is contained in:
commit
af661716a0
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue