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 b3f0d17..3315917 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5640,6 +5640,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: #181b28; color: #C3C7D1; } +#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: #f7b922; } + /******** * Gala * *******/ diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 0defcfa..8879ea7 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5665,6 +5665,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: #ebf0f5; color: #31363d; } +#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: #f7b922; } + /******** * Gala * *******/