[Xfce4-commits] <midori:master> Workaround grey background on inactive buttons with GTK+3

Christian Dywan noreply at xfce.org
Tue Aug 14 00:40:02 CEST 2012


Updating branch refs/heads/master
         to 6f3eb6fd62a1ab4c4a1c5f9ddf961b9459e49188 (commit)
       from 3fbcc93bac6fa9c9a5244ac4527b6db1964ccc44 (commit)

commit 6f3eb6fd62a1ab4c4a1c5f9ddf961b9459e49188
Author: Paweł Forysiuk <tuxator at o2.pl>
Date:   Sun Aug 12 16:32:41 2012 +0200

    Workaround grey background on inactive buttons with GTK+3

 data/gtk3.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/data/gtk3.css b/data/gtk3.css
index 2a6d8f4..17b3975 100644
--- a/data/gtk3.css
+++ b/data/gtk3.css
@@ -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;
+}


More information about the Xfce4-commits mailing list