diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-19 12:12:43 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-19 12:13:33 +0100 |
commit | f1fba3e546486702297f4917b5e631c7d565faf0 (patch) | |
tree | bc38259439fcf73509078a336dbd7adef8ea3119 /desktop-themes/TraditionalOkTest | |
parent | 4223105d47b0bd08cae1c8b663e47371e639bedf (diff) | |
download | mate-themes-f1fba3e546486702297f4917b5e631c7d565faf0.tar.bz2 mate-themes-f1fba3e546486702297f4917b5e631c7d565faf0.tar.xz |
GTK3 all themes: adjust mate-panel-applet-slider style class
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 4 |
1 files changed, 4 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 e74d2d77..0502b7b9 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -287,6 +287,10 @@ NaTrayApplet { } /* volume applet, brightness applet */ +.mate-panel-applet-slider { + background: transparent; +} + .mate-panel-applet-slider .frame { background-color: @theme_bg_color; border-image: none; |