diff options
author | raveit65 <[email protected]> | 2016-04-27 01:02:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-27 01:02:44 +0200 |
commit | 93c8fa680a5710755b1778d8f56829e361a18062 (patch) | |
tree | 314a61c8fd7f01646b2a4877146d0a3613f1bc93 /desktop-themes/BlackMATE/gtk-3.0 | |
parent | d9d2988db00a1c8c3ec6b48630f019a8418180df (diff) | |
download | mate-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/BlackMATE/gtk-3.0')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 3 |
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 { |