summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine/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/Green-Submarine/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/Green-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css7
2 files changed, 10 insertions, 3 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 2e811cec..5a721356 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -78,7 +78,7 @@ window {
*:disabled {
/* inherit the color from parent by default */
- background-color: inherit;
+/* background-color: inherit;*/
color: @insensitive_fg_color;
border-color: @insensitive_border_color;
box-shadow: none;
@@ -120,12 +120,12 @@ window {
/*********
* GtkLabel *
*********/
-
+/*
label,
label:disabled {
background-color: transparent;
}
-
+*/
.grip {
background-color: transparent;
background-image: url("assets/resize-grip.svg");
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 8c74abbe..72518b14 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -789,6 +789,13 @@ na-tray-applet > widget > box {
to (alpha(shade(@menu_bg_dark_color, 0.57) ,0.6)));
}
+/* xrandr applet */
+.mate-panel-menu-bar menuitem.xrandr-applet:disabled > box > label {
+ background-color: transparent;
+ color: @menu_fg_dark_color;
+ border-color: transparent;
+}
+
/* mate-menu, mintmenu */
#mintmenu.background,
#mate-menu.background {