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

commit 6f3eb6fd62a1ab4c4a1c5f9ddf961b9459e49188
Author: PaweÅ‚ Forysiuk <[email protected]>
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;
+}
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to