themes: Set proper foreground color for DND icons

This commit is contained in:
Benjamin Otte 2020-03-02 04:10:31 +01:00
parent f4a00e7909
commit f5fda3ae58
2 changed files with 8 additions and 0 deletions

View File

@ -52,6 +52,10 @@ scale:focus(visible) > trough {
}
}
dnd {
color: $fg-color;
}
.normal-icons {
-gtk-icon-size: 16px;
}

View File

@ -43,6 +43,10 @@ flowboxchild:focus {
background-color: $bg_color;
}
dnd {
color: $fg-color;
}
.background:backdrop {
text-shadow: none;
-gtk-icon-shadow: none;