mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-12 05:15:18 +00:00
fixed special buttons foreground color, plus adjusted backdrop selected color
This commit is contained in:
parent
9d17a971ad
commit
6c1ab52306
10 changed files with 348 additions and 335 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue