diff options
author | raveit65 <[email protected]> | 2015-03-05 15:14:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-05 15:14:41 +0100 |
commit | 56cdb04b443d2de7e54b50128ad8842e1a4d4e24 (patch) | |
tree | 05ddfd573b6bb394caf66148c83ac084a7fe18fd /desktop-themes/TraditionalOk | |
parent | 0d919b450eae585e4c428cfe9a2a23a6253341ce (diff) | |
download | mate-themes-56cdb04b443d2de7e54b50128ad8842e1a4d4e24.tar.bz2 mate-themes-56cdb04b443d2de7e54b50128ad8842e1a4d4e24.tar.xz |
GTK3 all themes: fix background of mate-control-center view
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index e44abf4d..6d699bbf 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -254,7 +254,7 @@ NaTrayApplet { ***********************/ /* background */ -ShellWindow AppResizer { +ShellWindow AppResizer .view { background-color: @theme_base_color; } |