diff options
author | raveit65 <[email protected]> | 2015-02-14 17:28:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-14 17:30:47 +0100 |
commit | 7ba9fecc62a9e7fdcafee706e36aa3ecae1f8466 (patch) | |
tree | 558a58e595a65957ed8038bff5bc6d8d3045a429 /desktop-themes/TraditionalOk | |
parent | 0e7af8b5d552a4d56fc4aeca85ecec78b03ffd19 (diff) | |
download | mate-themes-7ba9fecc62a9e7fdcafee706e36aa3ecae1f8466.tar.bz2 mate-themes-7ba9fecc62a9e7fdcafee706e36aa3ecae1f8466.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 6057061f..c3c5b3e2 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -248,6 +248,11 @@ NaTrayApplet { * Mate-Control-Center * ***********************/ +/* background */ +ShellWindow AppResizer { + background-color: @theme_base_color; +} + ShellWindow .button.flat { border-image: none; padding: 3px; |