[gnome-themes-standard] Fix typo



commit debc81e83bd2c5c8b06e9f092103611868cf346e
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Nov 30 03:18:49 2010 +0100

    Fix typo

 themes/Adwaita/gtk-3.0/gtk.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 00f99cb..0c51840 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -84,7 +84,7 @@
 
     /* Style */
     background-color: @bg_color;
-    foreground-color: @fg_color;
+    color: @fg_color;
     border-radius: 3;
 
     /* Engine settings */
@@ -138,7 +138,7 @@ GtkScale {
 
 .cell {
     background-color: @base_color;
-    foreground-color: @text_color;
+    color: @text_color;
 }
 
 .cell:selected {



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