From baf6e5e7a2c6b473c75670054783cea6d4a1cd5e Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 14 Sep 2013 21:50:24 +0200 Subject: [PATCH] Fix menubar weird blue border --- usr/share/themes/Lubuntu-default/gtk-3.0/gtk-widgets.css | 4 +++- 1 file changed, 3 insertions(+), 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 ca7747e..b105313 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 @@ -836,6 +836,7 @@ GtkMenuToolButton.menu, border-left-color:@combobox_color; border-right-color: @combobox_color; border-top-color: @combobox_color; + border-color: shade (@bg_color, 0.66); padding: 0; border-width: 1px; border-style: solid; @@ -850,6 +851,7 @@ GtkComboBox .menu { border-left-color:@combobox_color; border-right-color: @combobox_color; border-top-color: @combobox_color; + border-color: shade (@bg_color, 0.66); border-width: 1px; border-style: solid; padding: 0; @@ -902,7 +904,7 @@ GtkComboBox .menu { .menubar .menuitem:hover { border-style: solid; border-radius: 4px 4px 0 0; - border-width: 1px; + border-width: 0px; background-image: none; border-image: -gtk-gradient (linear, left top, left bottom, from (shade (@selected_bg_color, 0.7)),