summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-20 18:08:18 +0200
committerraveit65 <[email protected]>2018-05-28 13:09:47 +0200
commitd667f21e8c50a41928ee9e78193a1ee4bd2f9a50 (patch)
tree8202fe0c047ed8fd2ac3854b50b9d822617e7a01 /desktop-themes/BlueMenta
parentcab4057bd34646f6d63e86f5af7372576310f58e (diff)
downloadmate-themes-d667f21e8c50a41928ee9e78193a1ee4bd2f9a50.tar.bz2
mate-themes-d667f21e8c50a41928ee9e78193a1ee4bd2f9a50.tar.xz
all themes: xrandr-applet menu styling
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css24
2 files changed, 24 insertions, 4 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 9f8a1644..1447b9e8 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -94,8 +94,8 @@
image,
image:disabled,
-label,
-label:disabled,
+/*label,
+label:disabled,*/
box,
box:disabled,
grid,
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 00080c86..8bbcf302 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -286,7 +286,6 @@
#PanelApplet button,
PanelToplevel.background,
#PanelApplet-window-menu-applet-button {
- background-color: transparent;
border-image: none;
background-image: none;
background-color: transparent;
@@ -514,7 +513,7 @@ na-tray-applet widget box widget {
}
.mate-panel-applet-slider > frame > frame > border {
- background-color:transparent;
+ background-color: transparent;
border-style: none;
box-shadow: none;
}
@@ -523,6 +522,27 @@ na-tray-applet widget box widget {
color: @theme_fg_color;
}
+/* xrandr applet */
+.mate-panel-menu-bar menuitem.xrandr-applet:disabled > box > label {
+ background-color: transparent;
+ color: @menu_selected_fg_color;
+ border-color: shade (@theme_selected_bg_color, 0.50);
+ background-image: linear-gradient(to right,
+ shade (@theme_selected_bg_color, 0.98),
+ shade (@theme_selected_bg_color, 0.64));
+ text-shadow: 1px 1px alpha (shade (@theme_selected_bg_color, 0.24), 0.8);
+}
+
+.mate-panel-menu-bar menuitem.xrandr-applet.monitor-off:disabled > box > label {
+ background-color: transparent;
+ color: shade (@insensitive_fg_color, 0.75);
+ border-color: shade (@theme_selected_bg_color, 0.50);
+ background-image: linear-gradient(to right,
+ alpha (shade (@theme_selected_bg_color, 0.98), 0.6),
+ alpha (shade (@theme_selected_bg_color, 0.64), 0.6));
+ text-shadow: 1px 1px alpha (shade (@theme_selected_bg_color, 1.44), 0.8);
+}
+
/* mate-menu, mintmenu */
#mintmenu.background,
#mate-menu.background {