diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index c720d1b..fc5efc0 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -1516,11 +1516,10 @@ GtkComboBox .separator { border-style: solid; border-color: shade(@theme_base_color, 0.8); border-width: 0 1px 1px 1px; - border-radius: 0 0 5px 5px; + border-radius: 0 0 2px 2px; padding: 8px; background-color: @theme_base_color; - background-color: none; - + background-image: none; color: @theme_text_color; }