dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
24 lines (19 loc) • 428 B
text/less
@import "variables.less";
@import "../common/Switch.less";
/* Default Shape */
.mblSwDefaultShape {
.mblSwSquareShape-styles;
}
.mblSwitchBgLeft {
background-color: @holo-switch-on-color;
background-image: none;
}
.mblSwitchBgRight {
background-color: @holo-switch-off-color;
background-image: none;
color: @holo-color;
}
.mblSwitchKnob{
background-color: @holo-switch-knob-color;
background-image: none;
}