summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-14 18:06:39 +0200
committerraveit65 <[email protected]>2015-08-14 18:07:40 +0200
commit913ed5041743630d30825363e3d5cbb429d645ce (patch)
treea3b9feee7455e654c84ddd253ce75c7f7f8d75b5 /desktop-themes
parentfd6171af848293246f9fa5ba13811c108d84d174 (diff)
downloadmate-themes-913ed5041743630d30825363e3d5cbb429d645ce.tar.bz2
mate-themes-913ed5041743630d30825363e3d5cbb429d645ce.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.css2
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 83da4420..28979346 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -559,7 +559,7 @@ GtkProgressBar {
border-style: solid;
border-color: @theme_fg_color;
border-width: 1px;
-
+ background-color: @theme_base_color;
color: @theme_fg_color;
}