diff options
author | raveit65 <[email protected]> | 2014-07-20 18:11:55 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-07-20 18:13:40 +0200 |
commit | 6d4b8f95dbb66961060bf336e3036656c315ad87 (patch) | |
tree | ae807f636fe14205943b67265b11232f2233dd03 /desktop-themes | |
parent | ebfdf71c7a87e4f56ba8631a58b7a27bb3767742 (diff) | |
download | mate-themes-6d4b8f95dbb66961060bf336e3036656c315ad87.tar.bz2 mate-themes-6d4b8f95dbb66961060bf336e3036656c315ad87.tar.xz |
BlackMATE GTK3: fix Label font color of progressbar
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index e9f5438b..fc839037 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -452,7 +452,8 @@ GtkProgressBar.progressbar.vertical { GtkProgressBar.progressbar { border-radius: 12px; border-style: none; - color: @theme_main_color; +/* Label font color of progressbar*/ + color: @theme_text_color; /*border-color: @progressbar_border;*/ } |