From d667f21e8c50a41928ee9e78193a1ee4bd2f9a50 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/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 +++--- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 158e719b..a37bd802 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -77,7 +77,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; @@ -119,12 +119,12 @@ window { /********* * label * *********/ - +/* label, label:disabled { background-color: transparent; } - +*/ .grip { background-color: transparent; background-image: url("assets/resize-grip.svg"); diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 561b27d2..b3fe6474 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -777,6 +777,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 { -- cgit v1.2.1