diff options
author | raveit65 <[email protected]> | 2015-08-14 18:06:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 18:07:28 +0200 |
commit | 7f94ab86edd86f45fa9085415b3f38cbbed9ec67 (patch) | |
tree | 5aa92e69985326cb371d4f9aeafd742e7e40f1b8 /desktop-themes | |
parent | df5a731b3373c00dc8fa5fb4f88c986a69cb81d7 (diff) | |
download | mate-themes-7f94ab86edd86f45fa9085415b3f38cbbed9ec67.tar.bz2 mate-themes-7f94ab86edd86f45fa9085415b3f38cbbed9ec67.tar.xz |
GTK3 ContrastHigh: use a bg color for menus, firefox gtk3 need that
Diffstat (limited to 'desktop-themes')
-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 978d39c2..39dd7abf 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; } |