mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 02:59:21 +03:00
Improved attachmentIcon glyph coloring
This commit is contained in:
parent
b29d8f617c
commit
db5bd3cd36
3 changed files with 6 additions and 4 deletions
|
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.attachmentIconParent {
|
||||
.attachmentIcon {
|
||||
position: absolute;
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
|
|
@ -85,7 +85,9 @@
|
|||
.iconMain, .iconPreview {
|
||||
padding: 6px 0 0;
|
||||
font-size: 36px;
|
||||
color: #aaa;
|
||||
color: var(--main-color);
|
||||
filter: invert(33%);
|
||||
mix-blend-mode: difference;
|
||||
|
||||
&.icon-none {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue