diff options
author | raveit65 <[email protected]> | 2015-02-14 17:28:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-14 17:29:55 +0100 |
commit | 6081fb835c867ecf1ba430da1a3d1c839e9ac71f (patch) | |
tree | 302a08fba233aa01e38d7d084083469246586194 /desktop-themes/TraditionalOk | |
parent | 385531fb41b9d431cc9411a0e13134274a4734fd (diff) | |
download | mate-themes-6081fb835c867ecf1ba430da1a3d1c839e9ac71f.tar.bz2 mate-themes-6081fb835c867ecf1ba430da1a3d1c839e9ac71f.tar.xz |
GTK3: fix background of mate-control-center
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 7e3f0283..f6b3b165 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -253,6 +253,11 @@ NaTrayApplet { * Mate-Control-Center * ***********************/ +/* background */ +ShellWindow AppResizer { + background-color: @theme_base_color; +} + ShellWindow .button.flat { border-image: none; padding: 3px; |