diff options
author | raveit65 <[email protected]> | 2015-03-05 15:14:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-05 15:15:45 +0100 |
commit | f8edc8ec7e3291dcc68e3000e90bb416e13150f6 (patch) | |
tree | a9de774027a215de24b0990c56d65f7d9c749607 /desktop-themes/TraditionalGreen | |
parent | 71275c2ee1e56024851878b3fbb4d64a13579b69 (diff) | |
download | mate-themes-f8edc8ec7e3291dcc68e3000e90bb416e13150f6.tar.bz2 mate-themes-f8edc8ec7e3291dcc68e3000e90bb416e13150f6.tar.xz |
GTK3 all themes: fix background of mate-control-center view
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-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 3397619c..6aa88ae2 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -247,7 +247,7 @@ NaTrayApplet { ***********************/ /* background */ -ShellWindow AppResizer { +ShellWindow AppResizer .view { background-color: @theme_base_color; } |