@font-face{
src: url("./fonts/arial.ttf");
fontFamily: "ArialEmbedded";
}
.MyLabel {
fontFamily: ArialEmbedded;
fontSize: 15;
fontWeight: normal;
}
.MyDataTip {
backgroundAlpha: 1.0;
backgroundColor: haloBlue;
color: white;
cornerRadius: 10;
fontWeight: bold;
letterSpacing: 1;
}
.MySlider {
dataTipOffset: 0;
dataTipPrecision: 0;
dataTipPlacement: left;
dataTipStyleName: MyDataTip;
showTrackHighlight: true;
labelStyleName: MyLabel;
}
-10
0
10
20