You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/10/09 12:47:42 UTC

svn commit: r823512 - /incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/command_button.json

Author: tvolkert
Date: Fri Oct  9 10:47:42 2009
New Revision: 823512

URL: http://svn.apache.org/viewvc?rev=823512&view=rev
Log:
Changed command button styles to use indexed styles

Modified:
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/command_button.json

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/command_button.json
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/command_button.json?rev=823512&r1=823511&r2=823512&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/command_button.json (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/terra/command_button.json Fri Oct  9 10:47:42 2009
@@ -1,9 +1,9 @@
 {
-    color: "#ffffff",
-    backgroundColor: "#3c77b2",
-    borderColor: "#2b5580",
-    disabledBackgroundColor: "#dddcd5",
-    disabledBorderColor: "#999999",
+    color: 4,
+    backgroundColor: 16,
+    borderColor: 13,
+    disabledBackgroundColor: 10,
+    disabledBorderColor: 7,
     padding: {top:3, left:4, bottom:3, right:4},
     minimumAspectRatio: 3
 }