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/Green-Submarine/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/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 41 |
1 files changed, 41 insertions, 0 deletions
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 * ****************/ |