diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index fa27250..4c7556b 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -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; } } diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index b473c16..8440437 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5754,7 +5754,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #f7f7f7; border-bottom: 2px solid #F67E7D; - background-color: #3e474f; } + background-color: #2c3338; } .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; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index b473c16..8440437 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5754,7 +5754,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #f7f7f7; border-bottom: 2px solid #F67E7D; - background-color: #3e474f; } + background-color: #2c3338; } .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; }