fixed special buttons foreground color, plus adjusted backdrop selected color

This commit is contained in:
eudaimon 2022-04-19 19:35:08 +02:00
parent 9d17a971ad
commit 6c1ab52306
10 changed files with 348 additions and 335 deletions

View file

@ -36,6 +36,7 @@
@if $t==insensitive {
box-shadow: none;
color: $insensitive_fg_color;
background-image: image($insensitive_bg_color);
}
@if $t==backdrop {
@ -47,6 +48,7 @@
@if $t==backdrop-insensitive {
box-shadow: none;
color: $insensitive_fg_color;
background-image: image($insensitive_bg_color);
}
@if $t==menu {