summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2015-11-04 13:15:49 +0100
committerWolfgang Ulbrich <[email protected]>2015-11-04 13:20:03 +0100
commit3ed1b523d7484662768ccd183aae985d92fb7504 (patch)
treec5f5d86cf43cba5257ea66960ff5280dfbae2073 /desktop-themes/Blue-Submarine
parentf170b7cde3c656991a2820be676ea9dcdc5e81cf (diff)
downloadmate-themes-3ed1b523d7484662768ccd183aae985d92fb7504.tar.bz2
mate-themes-3ed1b523d7484662768ccd183aae985d92fb7504.tar.xz
GTK3 all themes: style volume/brightness applet slider
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 73660bfe..aa7e7ee9 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -992,6 +992,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 (@theme_selected_bg_color, 1.3),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset -1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3);
+}
+
+.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 *
****************/