r2572 - trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0

njp at sita.openmoko.org njp at sita.openmoko.org
Mon Jul 30 17:50:17 CEST 2007


Author: njp
Date: 2007-07-30 17:50:16 +0200 (Mon, 30 Jul 2007)
New Revision: 2572

Modified:
   trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
Log:
* Make sure labels that are inside buttons are white.



Modified: trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
===================================================================
--- trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton	2007-07-30 13:07:47 UTC (rev 2571)
+++ trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton	2007-07-30 15:50:16 UTC (rev 2572)
@@ -25,6 +25,8 @@
     xthickness = 22
     ythickness = 10
     GtkButton::focus-line-width = 0
+    fg[NORMAL] = "#ffffff"  
+    text[NORMAL] = "#ffffff"
 }
 class "GtkButton" style "gtkbutton"
 
@@ -33,4 +35,5 @@
     fg[PRELIGHT] = "#ffffff"
     fg[ACTIVE]   = "#ffffff"
 }
-widget_class "*.GtkButton.*" style "gtkbutton-label"
+widget_class "*.GtkButton.*GtkLabel*" style "gtkbutton-label"
+





More information about the commitlog mailing list