From 20570c93beaadc5047e9f238bc32ca37a7395ad6 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 21 Jun 2019 12:03:42 -0500 Subject: [PATCH] Update xfce-panel appearance --- gtk-3.0/apps/_xfce.scss | 4 ++-- gtk-3.0/gtk-dark.css | 4 ++-- gtk-3.0/gtk.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index bf3892e..a75c900 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -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; } } diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 64c1dda..0a22b4c 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -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; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 7637b5c..b23c5bc 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -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; }