summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-27 01:02:44 +0200
committerraveit65 <[email protected]>2016-04-27 01:03:39 +0200
commita4564fdc73537cc654971847c0352c5b6d9eb5e8 (patch)
tree314a61c8fd7f01646b2a4877146d0a3613f1bc93
parenta286154c5e1b1c64c7725cfb9a1a9f291ac5dacd (diff)
downloadmate-themes-a4564fdc73537cc654971847c0352c5b6d9eb5e8.tar.bz2
mate-themes-a4564fdc73537cc654971847c0352c5b6d9eb5e8.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.
-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 {