/* CSS file */
|
|
@namespace mx "library://ns.adobe.com/flex/mx";
|
@namespace s "library://ns.adobe.com/flex/spark";
|
mx|ButtonBar {
|
buttonStyleName: "mybuttonBarButtonStyle";
|
firstButtonStyleName: "mybuttonBarButtonStyle";
|
lastButtonStyleName: "mybuttonBarButtonStyle";
|
}
|
|
.mybuttonBarButtonStyle {
|
fillAlphas: 0.5, 0.8, 0.8, 0.6;
|
fillColors: #ffffff, #ffffff, #ffffff, #ffffff;
|
}
|
|
s|Application{
|
|
fontFamily:"微软雅黑";
|
|
|
}
|
|
.mybuttonBarButtonStyle {
|
fillAlphas: 0.5, 0.8, 0.8, 0.6;
|
fillColors: #ffffff, #ffffff, #ffffff, #ffffff;
|
}
|
|
mx|ToolTip
|
{
|
fontSize: 12;
|
backgroundColor:haloOrange;
|
color: #000;
|
fontSize: 12;
|
fontWeight: normal;
|
}
|
s|ToolTip
|
{
|
fontSize: 12;
|
backgroundColor:haloOrange;
|
color: #000;
|
fontSize: 12;
|
fontWeight: normal;
|
}
|
|
mx|Menu{
|
backgroundColor: #000000;
|
backgroundAlpha: 0.75;
|
borderColor: #808080;
|
borderStyle: solid;
|
dropShadowColor: #000000;
|
dropShadowEnabled: yes;
|
/* color: #00FF00; */
|
}
|