summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-10-17 16:16:22 -0400
committerlukefromdc <[email protected]>2016-10-17 16:16:22 -0400
commite227d0ab9531813842716e8f4634493ef029ee39 (patch)
tree6d21c3a329addb445411be1d51173361fc07ca49 /desktop-themes/GreenLaguna
parent34b657a028c6183359b689dae18c1781a074fb49 (diff)
downloadmate-themes-e227d0ab9531813842716e8f4634493ef029ee39.tar.bz2
mate-themes-e227d0ab9531813842716e8f4634493ef029ee39.tar.xz
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
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css15
1 files changed, 15 insertions, 0 deletions
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;