diff options
author | Ivan Razzhivin <[email protected]> | 2019-02-06 10:42:49 +0300 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-02-07 10:21:03 +0100 |
commit | 02ae454b00a91417e2505abe890bbe2cdbef2e37 (patch) | |
tree | 0dac21c7ddeb05b69af9238d7af00d37fafe2e41 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | dab3102e35d29901d1af40461e07b564c2960bf5 (diff) | |
download | mate-themes-02ae454b00a91417e2505abe890bbe2cdbef2e37.tar.bz2 mate-themes-02ae454b00a91417e2505abe890bbe2cdbef2e37.tar.xz |
TOK/TG: fix menubar view for LibreOffice
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-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 */ |