diff options
author | raveit65 <[email protected]> | 2015-08-14 21:43:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 21:43:39 +0200 |
commit | 903badd0cfd52c7cf29522ee42dcc3cc6a448c5e (patch) | |
tree | 69f054ae1b1177f3c413fa136020020e379c1789 | |
parent | bd51836832695828ec5128ed30f24a20a2e373cc (diff) | |
download | mate-themes-903badd0cfd52c7cf29522ee42dcc3cc6a448c5e.tar.bz2 mate-themes-903badd0cfd52c7cf29522ee42dcc3cc6a448c5e.tar.xz |
GTK3 ContrastHighInverse: use a bg color for menus, firefox gtk3 need that
-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 82b5c49b..7bfb6f52 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; } |