summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-20 18:08:18 +0200
committerraveit65 <[email protected]>2018-05-28 13:08:17 +0200
commitb6a9abfa534ce908929f4561c303945e65e8e9c5 (patch)
tree5f8a072b4b84558d1c9d2ce25786caa27c2a4152 /desktop-themes/Menta/gtk-3.0
parent2d9b9008ef25d1c161e94f15e10c3cf9479da6bd (diff)
downloadmate-themes-b6a9abfa534ce908929f4561c303945e65e8e9c5.tar.bz2
mate-themes-b6a9abfa534ce908929f4561c303945e65e8e9c5.tar.xz
all themes: xrandr-applet menu styling
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css4
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css21
2 files changed, 23 insertions, 2 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 5e28771c..930054a4 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/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/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 1544ea7e..bbd43fda 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -523,6 +523,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.46);
+ background-image: linear-gradient(to right,
+ shade (@theme_selected_bg_color, 0.90),
+ shade (@theme_selected_bg_color, 0.56));
+ 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.80);
+ border-color: shade (@theme_selected_bg_color, 0.50);
+ background-image: linear-gradient(to right,
+ alpha (shade (@theme_selected_bg_color, 0.90), 0.4),
+ alpha (shade (@theme_selected_bg_color, 0.56), 0.4));
+ text-shadow: 1px 1px alpha (shade (@theme_selected_bg_color, 1.44), 0.8);
+}
+
/* mate-menu, mintmenu */
#mintmenu.background,
#mate-menu.background {