From 3ed1b523d7484662768ccd183aae985d92fb7504 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Wed, 4 Nov 2015 13:15:49 +0100 Subject: GTK3 all themes: style volume/brightness applet slider --- .../TraditionalOkTest/gtk-3.0/mate-applications.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'desktop-themes/TraditionalOkTest/gtk-3.0') 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 * ******************/ -- cgit v1.2.1