From c48e7732272b66fd16ef386c18931f1f97749bbd Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 18 Sep 2013 21:08:00 +0200 Subject: [PATCH] Fix menuitem black frame (gtk3) --- usr/share/themes/Lubuntu-default/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-widgets.css b/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-widgets.css index b105313..f143fac 100644 --- a/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-widgets.css +++ b/usr/share/themes/Lubuntu-default/gtk-3.0/gtk-widgets.css @@ -852,7 +852,7 @@ GtkComboBox .menu { border-right-color: @combobox_color; border-top-color: @combobox_color; border-color: shade (@bg_color, 0.66); - border-width: 1px; + border-width: 0px; border-style: solid; padding: 0; color: @dark_fg_color;