From 095d96d2aa2862c5a28767e708987adf46526800 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Mon, 17 Oct 2016 16:16:22 -0400 Subject: Most themes: gray out images in disabled buttons and menuitems This is important in pause/queue buttons in Caja file copy dialogs and looks much better in menuitems and other buttons too --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 31b186c4..8505c925 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -1910,6 +1910,13 @@ button:disabled { color: @insensitive_fg_color; } +button:disabled image, +.button:disabled image, +button:active:disabled image, +.button:active:disabled image{ + opacity: 0.5; +} + /* insensitive active toggle buttons */ button:checked:disabled { background-image: linear-gradient(to bottom, @@ -2396,6 +2403,14 @@ menu menuitem:disabled label, color: @insensitive_fg_color; } +menuitem:disabled image, +.menuitem:disabled image, +menuitem:active:disabled image, +.menuitem:active:disabled image{ + opacity: 0.6; +} + + menu menuitem label { color: @theme_selected_fg_color; text-shadow: none; -- cgit v1.2.1