]> spindle.queued.net Git - midori/commitdiff
Workaround grey background on inactive buttons with GTK+3
authorPaweł Forysiuk <tuxator@o2.pl>
Sun, 12 Aug 2012 14:32:41 +0000 (16:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 13 Aug 2012 22:38:04 +0000 (00:38 +0200)
data/gtk3.css

index 2a6d8f44fc0f592514053302a23ebf24b5b5ac9d..17b3975cd9d86125882313d45acbaf5603a3ba40 100644 (file)
@@ -19,3 +19,7 @@ GtkOverlay MidoriFindbar {
     border-width: 0 0 1px 1px; /* top right bottom left */
 }
 
+/* Kill grey backround on inactive buttons */
+.button :insensitive {
+    background-color: @theme_base_color;
+}