From b6a9abfa534ce908929f4561c303945e65e8e9c5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 20 May 2018 18:08:18 +0200 Subject: all themes: xrandr-applet menu styling --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 6 +++--- desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index e97e1150..b320977a 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index e1d773c6..5c254daa 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/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; -- cgit v1.2.1