diff options
author | raveit65 <[email protected]> | 2016-03-01 00:17:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 00:17:17 +0100 |
commit | 399839207d1f1b6aa7434d11fff3dcd5024a2c16 (patch) | |
tree | d839f42263f2758f02f5bade47d95992da8d4469 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | 5cea5daf73d62bba7d8e3be20ee9c338b1951bdc (diff) | |
download | mate-themes-399839207d1f1b6aa7434d11fff3dcd5024a2c16.tar.bz2 mate-themes-399839207d1f1b6aa7434d11fff3dcd5024a2c16.tar.xz |
GTK+-3.20 TraditionalOK: fix menubar jumping and menuitem bg
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk.css | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index cc3b7553..6c7cd7e0 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1834,7 +1834,9 @@ menubar { } menubar menuitem { - border-style: none; + border-style: solid; + border-width: 1px 1px 0px; + border-color: transparent; padding: 3px 5px; background-color: transparent; } @@ -1867,7 +1869,7 @@ menuitem button.flat:focus { } menubar menuitem:hover { - border-width: 1px; + border-width: 1px 1px 0px; color: @menubar_menuitem_hover_color; } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css index 11bfc5a3..e7379185 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk.css @@ -198,7 +198,7 @@ * menu * ********/ -@define-color menu_bg_color @theme_base_color; +@define-color menu_bg_color shade(@theme_bg_color, 1.04); @define-color menu_fg_color @theme_fg_color; /* Example: submenu arrow. */ |