[Xfce4-commits] <midori:master> Improve insensitive button work-around

Christian Dywan noreply at xfce.org
Sun Aug 19 14:28:01 CEST 2012


Updating branch refs/heads/master
         to 2e94548d704f610cbd98de61d456678d8cce576b (commit)
       from c4693a50841665ea3884f78b03773e178f9b845b (commit)

commit 2e94548d704f610cbd98de61d456678d8cce576b
Author: Daniel P. Fore <Daniel.P.Fore at gmail.com>
Date:   Sun Aug 19 14:22:38 2012 +0200

    Improve insensitive button work-around
    
    Fixes: https://bugs.launchpad.net/midori/+bug/1036483

 data/gtk3.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/data/gtk3.css b/data/gtk3.css
index 17b3975..e635366 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;
 }


More information about the Xfce4-commits mailing list