forked from AuroraMiddleware/gtk
themes: Set proper foreground color for DND icons
This commit is contained in:
parent
f4a00e7909
commit
f5fda3ae58
@ -52,6 +52,10 @@ scale:focus(visible) > trough {
|
||||
}
|
||||
}
|
||||
|
||||
dnd {
|
||||
color: $fg-color;
|
||||
}
|
||||
|
||||
.normal-icons {
|
||||
-gtk-icon-size: 16px;
|
||||
}
|
||||
|
@ -43,6 +43,10 @@ flowboxchild:focus {
|
||||
background-color: $bg_color;
|
||||
}
|
||||
|
||||
dnd {
|
||||
color: $fg-color;
|
||||
}
|
||||
|
||||
.background:backdrop {
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
|
Loading…
Reference in New Issue
Block a user