Update xfce-panel appearance

This commit is contained in:
EliverLara
2019-06-21 12:03:42 -05:00
parent 1748739409
commit 20570c93be
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -5719,8 +5719,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(39, 40, 47, 0.7); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
border: none;
background-color: #0072ff; }
border-bottom: 2px solid #0072ff;
background-color: rgba(62, 64, 75, 0.7); }
.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

@@ -5744,8 +5744,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(39, 40, 47, 0.7); }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe;
border: none;
background-color: #0072ff; }
border-bottom: 2px solid #0072ff;
background-color: rgba(62, 64, 75, 0.7); }
.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; }