diff options
author | raveit65 <[email protected]> | 2016-03-01 00:26:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-01 00:27:21 +0100 |
commit | b9eedcf69ef16d8b9f46a97328922abe83b01af7 (patch) | |
tree | b0def8d58eb8e8e004fe7e7c20d295380d35caa5 | |
parent | 399839207d1f1b6aa7434d11fff3dcd5024a2c16 (diff) | |
download | mate-themes-b9eedcf69ef16d8b9f46a97328922abe83b01af7.tar.bz2 mate-themes-b9eedcf69ef16d8b9f46a97328922abe83b01af7.tar.xz |
GTk+-3.20 TraditionalOK: adjust expander bg color
-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 { |