mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03:00
Bugfix: composer attachments hard to see in dark mode
This commit is contained in:
parent
d99b15251f
commit
8620df907e
1 changed files with 1 additions and 6 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue