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 --- .../Green-Submarine/gtk-3.0/mate-applications.css | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'desktop-themes/Green-Submarine') diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 2396a376..161d7f41 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -995,6 +995,47 @@ MatePanelApplet .horizontal .vertical .frame { -PanelMenuBar-icon-visible: true; } +/* volume applet */ +.mate-panel-applet-slider .frame { + background-color: rgba(0,0,0,0.5); + border-image: none; + border-style: none; + border-radius:4px; + padding: 1px; + margin: 0px; + box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05), + inset 1px 0px shade(@selected_bg_color, 0.97), + inset -1px 0px shade(@selected_bg_color, 0.93), + inset 0px -1px shade(@selected_bg_color, 0.93); +} + +.mate-panel-applet-slider .frame .frame{ + background-color:transparent; + box-shadow: none; +} + +/* brightness applet */ +.mate-panel-applet-slider .frame .button { + padding: 4px 0px; + background-image: none; + background-color: transparent; + border-style: none; + border-radius:4px; + color: @theme_fg_dark_color; + margin: 0px; +} + +.mate-panel-applet-slider .frame .button:insensitive { + box-shadow: none; +} + +.mate-panel-applet-slider .frame .button:hover { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (alpha(shade(@theme_selected_bg_color, 1.43) ,0.6)), + to (alpha(shade(@menu_bg_dark_color, 0.57) ,0.6))); +} + /**************** * Mate-terminal * ****************/ -- cgit v1.2.1