diff options
author | raveit65 <[email protected]> | 2015-08-14 21:43:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 21:44:36 +0200 |
commit | cf33b9730cf94aa80828356ed45d8f58fb4fd3a4 (patch) | |
tree | 1440213757d749dd202d5e67d5efdafd683b2cc1 /desktop-themes | |
parent | 5cb9c7d1b83326d6673eec875fc23d2bf945f92a (diff) | |
download | mate-themes-cf33b9730cf94aa80828356ed45d8f58fb4fd3a4.tar.bz2 mate-themes-cf33b9730cf94aa80828356ed45d8f58fb4fd3a4.tar.xz |
GTK3 ContrastHighInverse: use a bg color for menus, firefox gtk3 need that
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 308c8360..14738495 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -607,7 +607,7 @@ GtkProgressBar { border-style: solid; border-color: @theme_fg_color; border-width: 1px; - + background-color: @theme_base_color; color: @theme_fg_color; } |