diff options
author | raveit65 <[email protected]> | 2016-03-01 00:17:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 00:19:56 +0100 |
commit | ab90e8079c2cba3f232b06224f339a969212721c (patch) | |
tree | 8b2a5cc0e6176bced12f4cc498fd3210332d9ae9 /desktop-themes | |
parent | b40130878b0bf17386bf6fd806e23df41b1b03e0 (diff) | |
download | mate-themes-ab90e8079c2cba3f232b06224f339a969212721c.tar.bz2 mate-themes-ab90e8079c2cba3f232b06224f339a969212721c.tar.xz |
GTK+-3.20 TraditionalOK: fix menubar jumping and menuitem bg
Diffstat (limited to 'desktop-themes')
-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. */ |