[gnumeric] css: improve readability.



commit a42ac066726ce0700ac648ac38bacbe3d5c08d7e
Author: Morten Welinder <terra gnome org>
Date:   Fri Mar 29 21:37:10 2013 -0400

    css: improve readability.
    
    Having space as an operator is just as crazy in css as it is in Excel.

 src/gnumeric.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnumeric.css b/src/gnumeric.css
index d94ec26..6d48df4 100644
--- a/src/gnumeric.css
+++ b/src/gnumeric.css
@@ -161,7 +161,7 @@ GtkWindow>GtkFrame>GtkLabel.pseudo-tooltip {
   padding: 0;
 }
 
-GtkWindow .pseudo-tooltip {
+GtkWindow *.pseudo-tooltip {
   background-image: none;
   background-color: rgba(0,0,0,0);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]