diff options
author | raveit65 <[email protected]> | 2015-03-05 15:01:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-05 15:01:20 +0100 |
commit | dd540235e490b942b5c7fc4c9fe38445e1351aeb (patch) | |
tree | db2baee518ea5f5b88a26f7bdb5f94bde9598b39 /desktop-themes/TraditionalGreen/gtk-3.0 | |
parent | 531c64311d8d01725a2ccdfebf08fc35504c9ff1 (diff) | |
download | mate-themes-dd540235e490b942b5c7fc4c9fe38445e1351aeb.tar.bz2 mate-themes-dd540235e490b942b5c7fc4c9fe38445e1351aeb.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; } |