[gnome-boxes/gnome-3-4] Add units to the -shadow css properties



commit ad27c442155524ed79315f26bf85bf886097a33f
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Wed May 16 17:39:14 2012 +0200

    Add units to the -shadow css properties
    
    This silences these warnings:
    (gnome-boxes:13260): Gtk-WARNING **: Theme parsing error:
    gtk-style.css:106:20: Not using units is deprecated. Assuming 'px'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676176

 data/gtk-style.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 9c01a6d..9af959b 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -102,8 +102,8 @@
     background-image: none;
     background-color: alpha(#fff, 0.15);
 
-    text-shadow: 1 1 black;
-    icon-shadow: 1 1 black;
+    text-shadow: 1px 1px black;
+    icon-shadow: 1px 1px black;
 }
 
 .osd .toolbar .favorite {



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