From: Daniel P. Fore Date: Sun, 19 Aug 2012 12:22:38 +0000 (+0200) Subject: Improve insensitive button work-around X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e94548d704f610cbd98de61d456678d8cce576b;p=midori Improve insensitive button work-around Fixes: https://bugs.launchpad.net/midori/+bug/1036483 --- diff --git a/data/gtk3.css b/data/gtk3.css index 17b3975c..e6353665 100644 --- a/data/gtk3.css +++ b/data/gtk3.css @@ -20,6 +20,9 @@ GtkOverlay MidoriFindbar { } /* Kill grey backround on inactive buttons */ -.button :insensitive { - background-color: @theme_base_color; +GtkDrawingArea, +GtkImage, +GtkImage:insensitive, +GtkImage:selected { + background-color: @transparent; }