From: Julien "_FrnchFrgg_" RIVAUD Date: Sun, 21 Aug 2016 23:57:20 +0000 (+0200) Subject: Repeat INSENSITIVE colors instead of relying on inheritance X-Git-Tag: 5.1~43 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=d92686afb4105b84b014372b6feb0ccc454a5171 Repeat INSENSITIVE colors instead of relying on inheritance Since inheritance doesn't seem to work on some systems, though it worked on mine. --- diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index d1212515ef..12ddf8465d 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -151,11 +151,13 @@ style "entry" base[NORMAL] = @bases base[PRELIGHT] = @bases + base[INSENSITIVE] = shade(1.0, @background) base[ACTIVE] = @bases base[SELECTED] = @bg_selected text[NORMAL] = @texts text[PRELIGHT] = @texts + text[INSENSITIVE] = shade(0.7, @lightest) text[ACTIVE] = @texts text[SELECTED] = @fg_selected }