diff options
author | raveit65 <[email protected]> | 2015-03-05 15:01:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-05 15:02:11 +0100 |
commit | ad0dffe1f23a729231c7ac8b25ab24dbb31641cc (patch) | |
tree | db2baee518ea5f5b88a26f7bdb5f94bde9598b39 /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 81f69399ba840a6627d039b4412182e980569c09 (diff) | |
download | mate-themes-ad0dffe1f23a729231c7ac8b25ab24dbb31641cc.tar.bz2 mate-themes-ad0dffe1f23a729231c7ac8b25ab24dbb31641cc.tar.xz |
GTK3 all themes: fix background of mate-control-center view
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index a303d7dd..75eae8d7 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -252,7 +252,7 @@ NaTrayApplet { ***********************/ /* background */ -ShellWindow AppResizer { +ShellWindow AppResizer .view { background-color: @theme_base_color; } |