You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2013/04/26 19:56:44 UTC

git commit: [flex-asjs] - Corrected the style for creates|TextButton.

Updated Branches:
  refs/heads/develop 103f3aab7 -> a5ab4c7e7


Corrected the style for creates|TextButton.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a5ab4c7e
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a5ab4c7e
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a5ab4c7e

Branch: refs/heads/develop
Commit: a5ab4c7e7d29a7b0e466b1dfff138d251a497ddd
Parents: 103f3aa
Author: Peter Ent <pe...@apache.org>
Authored: Fri Apr 26 13:56:34 2013 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Fri Apr 26 13:56:34 2013 -0400

----------------------------------------------------------------------
 frameworks/as/defaults.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a5ab4c7e/frameworks/as/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/as/defaults.css b/frameworks/as/defaults.css
index 82cdc5c..64caf16 100644
--- a/frameworks/as/defaults.css
+++ b/frameworks/as/defaults.css
@@ -168,4 +168,12 @@ jq|RadioButton
     IRadioButtonBead:  ClassReference("org.apache.flex.html.staticControls.beads.RadioButtonBead");			
 }
 
+/* createjs */
+
+createjs|TextButton
+{
+        ITextButtonBead: ClassReference("org.apache.flex.html.staticControls.beads.TextButtonBead");
+}
+
+
 }