summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
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 *
****************/