summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
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/TraditionalGreen
parentcab4057bd34646f6d63e86f5af7372576310f58e (diff)
downloadmate-themes-d667f21e8c50a41928ee9e78193a1ee4bd2f9a50.tar.bz2
mate-themes-d667f21e8c50a41928ee9e78193a1ee4bd2f9a50.tar.xz
all themes: xrandr-applet menu styling
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css6
2 files changed, 9 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 45cda70c..1a157b32 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -36,7 +36,7 @@ window {
}
*:disabled {
- background-color: @insensitive_bg_color;
+/* background-color: @insensitive_bg_color;*/
color: @insensitive_fg_color;
text-shadow: 1px 1px @insensitive_text_shadow_color;
border-color: @insensitive_border_color;
@@ -49,8 +49,8 @@ window {
image,
image:disabled,
-label,
-label:disabled,
+/*label,
+label:disabled,*/
box,
box:disabled,
grid,
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index b8fa8963..b79fa1f7 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -345,6 +345,12 @@ na-tray-applet {
color: @theme_fg_color;
}
+/* xrandr applet */
+.mate-panel-menu-bar menuitem.xrandr-applet:disabled > box > label {
+ color: @menu_fg_color;
+ text-shadow: none;
+}
+
/* mate-menu, mintmenu fork */
#mate-menu.background {
border-color: @border_color;