diff options
author | raveit65 <[email protected]> | 2015-08-14 18:06:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 18:07:15 +0200 |
commit | 8fd25ec0c88c4e9f25748529827a9aa5ec894631 (patch) | |
tree | 761af8ebd430c88e438c9dea9cb2154b48a8f909 | |
parent | 4e4171f6bd443da07b9a51b213a5492f9a71ce70 (diff) | |
download | mate-themes-8fd25ec0c88c4e9f25748529827a9aa5ec894631.tar.bz2 mate-themes-8fd25ec0c88c4e9f25748529827a9aa5ec894631.tar.xz |
GTK3 ContrastHigh: use a bg color for menus, firefox gtk3 need that
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index ac920bc7..7877751b 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -620,7 +620,7 @@ GtkProgressBar { border-style: solid; border-color: @theme_fg_color; border-width: 1px; - + background-color: @theme_base_color; color: @theme_fg_color; } |