diff options
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 16b68273..dcb6fc23 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1541,15 +1541,15 @@ GtkComboBox .menu { border-image: none; color: @theme_fg_color; background-image: linear-gradient(to bottom, - shade(@theme_selected_bg_color, 1.3), - shade(@theme_selected_bg_color, 0.5)); + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); } .menu.button:hover { color: @theme_main_color; background-image: linear-gradient(to bottom, - #999999, - #404040); + shade(@theme_selected_bg_color, 1.3), + shade(@theme_selected_bg_color, 0.5)); } .menu.button:insensitive { |