diff options
author | raveit65 <[email protected]> | 2015-02-14 17:28:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-14 17:30:25 +0100 |
commit | 5546e4119e8b893542ba00540d0ac8418e1b3c25 (patch) | |
tree | f422308022c8878a54d9c109a67cfaa3d358e02d /desktop-themes/TraditionalOkTest | |
parent | 52add07715d24f17f94de09b339a500b8b4febe4 (diff) | |
download | mate-themes-5546e4119e8b893542ba00540d0ac8418e1b3c25.tar.bz2 mate-themes-5546e4119e8b893542ba00540d0ac8418e1b3c25.tar.xz |
GTK3: fix background of mate-control-center
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 4d674eb4..46279dad 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -269,6 +269,11 @@ TerminalWindow .entry { * Mate-Control-Center * ***********************/ +/* background */ +ShellWindow AppResizer { + background-color: @theme_base_color; +} + ShellWindow .button.flat { border-image: none; padding: 3px; |