Sha256: 15f0751d3617da360c63a915acd57eb5f52b41fe734137943da3a0f41bd26c84
Contents?: true
Size: 1007 Bytes
Versions: 4
Compression:
Stored size: 1007 Bytes
Contents
.mblSlider { background-image: url(compat/slider-h-bg.png); background-repeat: repeat-x; } .mblSliderProgressBar { background-image: url(compat/slider-h-bar-bg.png); background-repeat: repeat-x; } .mblSliderHandle { background-image: url(compat/slider-handle-bg.png); } .mblSliderV { background-color: #bdbebd; background-image: none; } .mblSliderV .mblSliderProgressBar { background-color: #00a200; background-image: none; } .dj_gecko .mblSlider { background-image: -moz-linear-gradient(top, #bdbebd 0%, #f7f3f7 100%); -moz-user-select: none; -moz-box-sizing: content-box; } .dj_gecko .mblSliderProgressBar { background-image: -moz-linear-gradient(top, #00a200 0%, #00ba00 20%, #00ba00 20%, #00d300 100%); } .dj_gecko .mblSliderHandle { background-image: -moz-linear-gradient(top, #9c9a9c 0%, #848284 100%); } .dj_ff3 .mblSlider { -moz-border-radius: 2px; } .dj_ff3 .mblSliderProgressBar { -moz-border-radius: 2px; } .dj_ff3 .mblSliderHandle { -moz-border-radius: 2px; }
Version data entries
4 entries across 4 versions & 1 rubygems