diff options
author | raveit65 <[email protected]> | 2015-08-14 21:43:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-14 21:44:21 +0200 |
commit | a6cfb82909594b3c81c2a97b80fecac81d3c4556 (patch) | |
tree | 32dc3b6ac3aa05dcac38d222504546e822b22c33 /desktop-themes/ContrastHighInverse | |
parent | 22ca434eec0276dd440a1a1686008b8786670371 (diff) | |
download | mate-themes-a6cfb82909594b3c81c2a97b80fecac81d3c4556.tar.bz2 mate-themes-a6cfb82909594b3c81c2a97b80fecac81d3c4556.tar.xz |
GTK3 ContrastHighInverse: use a bg color for menus, firefox gtk3 need that
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-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; } |