From 2e94548d704f610cbd98de61d456678d8cce576b Mon Sep 17 00:00:00 2001 From: "Daniel P. Fore" Date: Sun, 19 Aug 2012 14:22:38 +0200 Subject: [PATCH] Improve insensitive button work-around Fixes: https://bugs.launchpad.net/midori/+bug/1036483 --- data/gtk3.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; }