1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
| mx|Panel{
borderColor: #e2e2e2;
borderAlpha: 1;
highlightAlphas: 0.48, 0.29;
headerColors: #ffffff, #e2e2e2;
backgroundColor: #e2e2e2;
titleStyleName: "mypanelTitle";
}
.mypanelTitle {
color: #666666;
}
s|Panel{
skin-class :ClassReference("fluence.lib.skins.panelSkin");
}
s|Button{
skin-class :ClassReference("fluence.lib.skins.btnSkin");
}
mx|Button {
fillColors: #70644E, #70644E, #FFFFFF, #FFFFFF;
fillAlphas: 1, 1, 0.75, 0.65;
color: #ffffff;
textRollOverColor: #70644E;
theme-color: #70644E; /*BRUN*/
}
mx|ProgressBar{
bar-color: #70644E; /*BRUN*/
}
mx|Alert
{
color: black;
font-size: 18;
title-style-name : "title";
}
.title
{
color: black;
font-size:12;
} |