Xfce: Improve panel buttons appearance

This commit is contained in:
EliverLara
2021-03-13 13:50:36 -06:00
parent 07221ba654
commit 610494f8f5
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
&:active, &:checked {
color: $selected_fg_color;
border-bottom: 2px solid $selected_bg_color;
background-color: lighten($panel_bg_color, 15%);
background-color: lighten($panel_bg_color, 7%);
label, image { color: inherit; }
}