From 740bf4510628a98ac25ff162998d099c1d86e767 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Mon, 29 Apr 2019 13:26:41 -0500 Subject: [PATCH] Improve xfce-whiskermenu appearance --- gtk-3.0/apps/_xfce.scss | 13 +++++++++++++ gtk-3.0/gtk-dark.css | 10 ++++++++++ gtk-3.0/gtk.css | 10 ++++++++++ 3 files changed, 33 insertions(+) diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index 26a5197..61f4312 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -1,4 +1,17 @@ .xfce4-panel.panel { background-color: $base_color; color: $fg_color; +} + + +#whiskermenu-window button { + background-color:transparent; + border: none; + border-radius: 0; + font-weight: normal; + padding: 2px; + margin: 1px 0px; + &:hover, &:checked { + background-color: $selected_bg_color; + } } \ No newline at end of file diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index f9b0140..445ec74 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5618,6 +5618,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: #1c2124; color: #76777A; } +#whiskermenu-window button { + background-color: transparent; + border: none; + border-radius: 0; + font-weight: normal; + padding: 2px; + margin: 1px 0px; } + #whiskermenu-window button:hover, #whiskermenu-window button:checked { + background-color: #F67E7D; } + /******** * Gala * *******/ diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index f9b0140..445ec74 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5618,6 +5618,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: #1c2124; color: #76777A; } +#whiskermenu-window button { + background-color: transparent; + border: none; + border-radius: 0; + font-weight: normal; + padding: 2px; + margin: 1px 0px; } + #whiskermenu-window button:hover, #whiskermenu-window button:checked { + background-color: #F67E7D; } + /******** * Gala * *******/