Xfce: Improve panel buttons appearance

This commit is contained in:
EliverLara
2021-03-13 13:49:08 -06:00
parent c629fe596b
commit 40921af6c0
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, 5%);
label, image { color: inherit; }
}

View File

@@ -5751,7 +5751,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
border-bottom: 2px solid #c50ed2;
background-color: #343c58; }
background-color: #212638; }
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
color: inherit; }

View File

@@ -5751,7 +5751,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
border-bottom: 2px solid #c50ed2;
background-color: #343c58; }
background-color: #212638; }
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
color: inherit; }