diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-04 13:15:49 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-04 13:20:03 +0100 |
commit | 3ed1b523d7484662768ccd183aae985d92fb7504 (patch) | |
tree | c5f5d86cf43cba5257ea66960ff5280dfbae2073 /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | f170b7cde3c656991a2820be676ea9dcdc5e81cf (diff) | |
download | mate-themes-3ed1b523d7484662768ccd183aae985d92fb7504.tar.bz2 mate-themes-3ed1b523d7484662768ccd183aae985d92fb7504.tar.xz |
GTK3 all themes: style volume/brightness applet slider
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 20 |
1 files changed, 20 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 ded06133..e74d2d77 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -286,6 +286,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-terminal * ******************/ |