diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-19 12:12:43 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-19 12:12:43 +0100 |
commit | f657adbb3a24cb9045c212e506baad033d6f7ca0 (patch) | |
tree | da551726f292205b8145cd97ab6cb4ba446ade14 /desktop-themes/TraditionalOk | |
parent | 9827ffb24cf70b4d352c120761b2cab4d52a1779 (diff) | |
download | mate-themes-f657adbb3a24cb9045c212e506baad033d6f7ca0.tar.bz2 mate-themes-f657adbb3a24cb9045c212e506baad033d6f7ca0.tar.xz |
GTK3 all themes: adjust mate-panel-applet-slider style class
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 4 |
1 files changed, 4 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 cffedf0b..38db4785 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -298,6 +298,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; |