]> spindle.queued.net Git - midori/commitdiff
Improve insensitive button work-around
authorDaniel P. Fore <Daniel.P.Fore@gmail.com>
Sun, 19 Aug 2012 12:22:38 +0000 (14:22 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 19 Aug 2012 12:22:38 +0000 (14:22 +0200)
Fixes: https://bugs.launchpad.net/midori/+bug/1036483
data/gtk3.css

index 17b3975cd9d86125882313d45acbaf5603a3ba40..e6353665994ae0ed095c5d6b942dfef1ba345bb0 100644 (file)
@@ -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;
 }