diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-04 13:15:49 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-04 13:19:30 +0100 |
commit | 4c3be1a1315915ca5dc2d3edbb288ef9c6d62ef4 (patch) | |
tree | 0312e063c5a59cb291df0dba5e4b57c90b022600 /desktop-themes/TraditionalOk/gtk-3.0 | |
parent | a64fa7b4ec81de01e1266975dea6f1d98bbacc35 (diff) | |
download | mate-themes-4c3be1a1315915ca5dc2d3edbb288ef9c6d62ef4.tar.bz2 mate-themes-4c3be1a1315915ca5dc2d3edbb288ef9c6d62ef4.tar.xz |
GTK3 all themes: style volume/brightness applet slider
Diffstat (limited to 'desktop-themes/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 20 |
1 files changed, 20 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 075a0ca4..cffedf0b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -297,6 +297,26 @@ NaTrayApplet { -NaTrayApplet-icon-size: 16; } +/* volume applet, brightness applet */ +.mate-panel-applet-slider .frame { + background-color: @theme_bg_color; + border-image: none; + border-style: solid; + border-radius:2px; + padding: 0px; + margin: 0px; +} + +.mate-panel-applet-slider .frame .frame{ + background-color:transparent; + border-style: none; + box-shadow: none; +} + +.mate-panel-applet-slider .frame .button { + color: @theme_fg_color; +} + /*********************** * Mate-Control-Center * ***********************/ |