Changeset 132 for trunk/buddypub
- Timestamp:
- 05/01/08 21:52:38 (8 months ago)
- Location:
- trunk/buddypub/bpclientflex/src
- Files:
-
- 2 modified
-
assets/css/buddypub_style.css (modified) (3 diffs)
-
index.mxml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypub/bpclientflex/src/assets/css/buddypub_style.css
r131 r132 17 17 /*borderStyle: solid;*/ 18 18 } 19 19 20 Button 20 21 { … … 27 28 textSelectedColor: #51AEE8; 28 29 } 30 29 31 30 32 Alert … … 78 80 fontWeight: normal; 79 81 textRollOverColor: #009DFF; 80 textSelectedColor: #FF6633; 81 color: #009DFF; 82 cornerRadius: 0; 83 horizontalGap: 0; 82 textSelectedColor: #FF6633; 83 selectionColor:#B7F39B; 84 color: #009DFF; 85 cornerRadius: 0; 86 rollOverColor:#FFA455; 84 87 } 88 85 89 /* 86 90 TextInput -
trunk/buddypub/bpclientflex/src/index.mxml
r128 r132 9 9 10 10 <mx:Style source="assets/css/buddypub_style.css"/> 11 11 12 12 <business:BuddyPubServiceLocator /> 13 13 <control:ModelGlueConfiguration />
