flex 样式2

 TabNavigator {
   tabHeight: 25;
   tabStyleName: "myTabs";
}
.myTabs {
   background-color:#DCF4FF;
   cornerRadius:2;
   fontSize: 12;
   fontWeight: normal;
   themeColor: #009DFF;
}
DataGrid {
    backgroundAlpha: 1;
    rollOverColor:#7fcdfe;
    textRollOverColor: #000000;
    textSelectedColor: #FFFFFF;
    horizontalGridLines: true;
    verticalGridLines: true;
    verticalGridLineColor: #c8c8ca;
    borderThickness: 1;
    borderColor: #c8c8ca;
    textAlign:center;
 borderStyle: solid;
 alternatingItemColors: #FFFFFF, #F1FBFB;
 horizontalGridLineColor: #EEEEEE;
 verticalAlign: bottom;
}
AdvancedDataGrid{
 backgroundAlpha: 1;
    rollOverColor:#7fcdfe;
    textRollOverColor: #000000;
    textSelectedColor: #FFFFFF;
    horizontalGridLines: true;
    verticalGridLines: true;
    verticalGridLineColor: #c8c8ca;
    borderThickness: 1;
    borderColor: #c8c8ca;
    textAlign:center;
 borderStyle: solid;
 alternatingItemColors: #FFFFFF, #F1FBFB;
 horizontalGridLineColor: #EEEEEE;
 verticalAlign: bottom;
 sort-font-weight:bold;
 default-leaf-icon:Embed(source='assets/images/page_white_star.png');
}
Alert {
 backgroundColor: #ffffff;
 color: #000000;
    dropShadowEnabled:false;
    borderColor:#adcfef;
    cornerRadius:3;
    headerColors:#FFFFFF,#ABE5FF;          
    buttonStyleName:"alertButtonStyle";
}
.alertButtonStyle{
 fontSize: 12;
}
ToolTip {
   backgroundAlpha: 1;
   cornerRadius: 0;
   backgroundColor: #DFFD92;
   fontSize: 12;
   fontWeight: normal;
   fontFamily: Courier;
   textAlign: center;
}

你可能感兴趣的:(c,datagrid,Flex)