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:26 +0100
commit6f98c810ca774cbbb5fb151593f5c6b1460b499f (patch)
tree8174153d4bae1f279c6076ab045b96349b450d09 /desktop-themes/Blue-Submarine
parent53e2347002f2ff6b9ea63a3fb5e540d03787c902 (diff)
downloadmate-themes-6f98c810ca774cbbb5fb151593f5c6b1460b499f.tar.bz2
mate-themes-6f98c810ca774cbbb5fb151593f5c6b1460b499f.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 bcb9b1d5..83da1d1a 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -987,6 +987,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 *
****************/