From 73104e1e59b9c681eb235a40dc2db8a860897e8b Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Thu, 18 Apr 2013 01:37:08 +0530 Subject: [PATCH] Initial GTK 3.8 support --- gtk-3.0/gtk-widgets.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index d41bd98..0a3a634 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -869,7 +869,7 @@ GtkComboBox .menu { .menubar { -GtkWidget-window-dragging: true; - border-width: 0; + border-style: none; background-color: @menubar_bg_color; background-image: none; color: @menubar_fg_color; @@ -880,8 +880,11 @@ GtkComboBox .menu { ***************/ .menubar.menuitem, .menubar .menuitem { - padding: 3px; - border-width: 1px 1px 0 1px; + padding: 3px 5px; + border-style: none; + background-color: @menubar_bg_color; + background-image: none; + color: @menubar_fg_color; } .menubar.menuitem:hover, @@ -910,9 +913,11 @@ GtkTreeMenu .menuitem * { .menuitem, .menu .menuitem { padding: 3px; - border-width: 1px; - border-style: solid; + border-style: none; border-radius: 0; + background-color: @menu_bg_color; + background-image: none; + color: @menu_fg_color; } .menu .menuitem:active,