summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-10-17 16:16:22 -0400
committerraveit65 <[email protected]>2016-10-18 11:10:53 +0200
commite262558214cd21e94626da9629c77aa6482272a5 (patch)
tree8ae6861f4dd5b7b9ef36359b599adb28cd324456 /desktop-themes/BlackMATE/gtk-3.0
parentec417b9e50fe21ce0294da2fee11837ddea04837 (diff)
downloadmate-themes-e262558214cd21e94626da9629c77aa6482272a5.tar.bz2
mate-themes-e262558214cd21e94626da9629c77aa6482272a5.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/BlackMATE/gtk-3.0')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 43466a10..0075eaf9 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1543,6 +1543,13 @@ button:disabled {
color: @insensitive_fg_color;
}
+button:disabled image,
+.button:disabled image,
+button:active:disabled image,
+.button:active:disabled image{
+ opacity: 0.5;
+}
+
button:active:disabled {
background-color: transparent;
background-image: linear-gradient(to bottom,
@@ -1992,6 +1999,13 @@ menubar menuitem:disabled,
color: @insensitive_fg_color;
}
+menuitem:disabled image,
+.menuitem:disabled image,
+menuitem:active:disabled image,
+.menuitem:active:disabled image{
+ opacity: 0.5;
+}
+
menu,
.menu {
background-color: shade(@theme_selected_bg_color, 0.8);