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/BlueMenta | |
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/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 5c7f2406..7ed384c9 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -609,7 +609,7 @@ PlumaWindow .notebook tab .button.flat:hover { ***********************/ /* background */ -ShellWindow AppResizer { +ShellWindow AppResizer .view { background-color: @theme_base_color; } |