Bugfix: composer attachments hard to see in dark mode

This commit is contained in:
djmaze 2021-04-07 14:48:12 +02:00
parent d99b15251f
commit 8620df907e

View file

@ -18,14 +18,9 @@
} }
.attachmentAreaParent { .attachmentAreaParent {
padding: 10px 10px 6px 10px;
background: #ddd;
border-top: 1px solid #ccc; border-top: 1px solid #ccc;
overflow-y: auto; overflow-y: auto;
} padding: 10px 10px 6px 10px;
.attachmentAreaParent {
.no-attachments-desc { .no-attachments-desc {
padding: 50px 10px; padding: 50px 10px;