diff options
author | raveit65 <[email protected]> | 2016-03-01 00:26:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 00:26:49 +0100 |
commit | 3f56701c02c648d393a9a0d2fab2c64820e0e3e6 (patch) | |
tree | 2443fb0461ab0003119682a79e1e76a46babaa6a /desktop-themes | |
parent | ab90e8079c2cba3f232b06224f339a969212721c (diff) | |
download | mate-themes-3f56701c02c648d393a9a0d2fab2c64820e0e3e6.tar.bz2 mate-themes-3f56701c02c648d393a9a0d2fab2c64820e0e3e6.tar.xz |
GTk+-3.20 TraditionalOK: adjust expander bg color
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 6c7cd7e0..0bc92379 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2826,7 +2826,7 @@ expander { border-radius: 2px; border-color: @border_color; color: @theme_fg_color; - background-color: @theme_bg_color; + background-color: shade(@theme_bg_color, 1.02); } treeview.view.expander { |