UNPKG

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.

46 lines (35 loc) 734 B
@import "variables.less"; @import "../common/Slider.less"; .mblSlider { border-style: none; border-radius: 0; background-image: none; background-color: transparent; .mblSlider-styles; } .mblSliderH { width: 200px; height: 3px; background-color: @holo-slider-track-color; border-style: none; } .mblSliderV { height: 200px; width: 3px; background-color: @holo-slider-track-color; border-style: none; } .mblSliderProgressBar { border:radius: 0; background-image: none; background-color: @holo-color1; } .mblSliderHandle { .holo-slider-background-image(); .mblSliderHandle-styles; } .mblSliderHandle:after { border-style: solid; background-image: none; .mblSliderHandle-styles; }