summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-27 01:02:44 +0200
committerraveit65 <[email protected]>2016-04-27 01:02:44 +0200
commit93c8fa680a5710755b1778d8f56829e361a18062 (patch)
tree314a61c8fd7f01646b2a4877146d0a3613f1bc93 /desktop-themes
parentd9d2988db00a1c8c3ec6b48630f019a8418180df (diff)
downloadmate-themes-93c8fa680a5710755b1778d8f56829e361a18062.tar.bz2
mate-themes-93c8fa680a5710755b1778d8f56829e361a18062.tar.xz
GTK+-3.20 BlackMate: don't set insensitive colors as a general setting
- this removes unwanted colors from GtkScale, check and radio buttons, spinbuttons and others. Better set those colors on a widget later if they are missing. Note: other general color settings should also removed, you never know where they matched.
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 52430e9c..20c257e3 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -59,9 +59,6 @@
}
*:disabled {
- background-color: @less_dark_color; /*@insensitive_bg_color;*/
- color: @insensitive_fg_color;
- border-color: @insensitive_border_color;
}
*:active {