diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-19 12:12:43 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-19 12:14:05 +0100 |
commit | f2fdba9cfbb23f973b00ca5b362857a2d8005f6d (patch) | |
tree | e94454e1afffd665570f9c004992b52717bea4d6 /desktop-themes/TraditionalOkTest | |
parent | 5ab7542ad7994da4b210a4f1b1b677b205a9061d (diff) | |
download | mate-themes-f2fdba9cfbb23f973b00ca5b362857a2d8005f6d.tar.bz2 mate-themes-f2fdba9cfbb23f973b00ca5b362857a2d8005f6d.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 08cbda87..b2b85858 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -268,6 +268,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; |