diff options
author | Ivan Razzhivin <[email protected]> | 2019-02-06 10:42:49 +0300 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-02-07 10:18:15 +0100 |
commit | 7d75c676f7e21eadb4cade538d045db93b35959c (patch) | |
tree | 252f7f2abc00f23431fa3503502c642a2cf53b2d /desktop-themes/TraditionalOk | |
parent | e53672bd55c36463d75b6ea7cbd4da5b4276f946 (diff) | |
download | mate-themes-7d75c676f7e21eadb4cade538d045db93b35959c.tar.bz2 mate-themes-7d75c676f7e21eadb4cade538d045db93b35959c.tar.xz |
TOK/TG: fix menubar view for LibreOffice
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 75012a10..54d552d6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2454,6 +2454,8 @@ menubar menuitem, border-color: transparent; padding: 3px 5px; background-color: transparent; + color: @menu_fg_color; + text-shadow: none; } menubar:hover, /* firefox */ |