Sha256: 7e61c6b4da8eee938a34b499854d0dab2ac7b7101095ee7f04fa96cf02e729bd
Contents?: true
Size: 1.3 KB
Versions: 4
Compression:
Stored size: 1.3 KB
Contents
.mblSlider { margin: 15px; border-style: inset; border-width: 1px; border-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2)); -webkit-user-select: none; -webkit-box-sizing: content-box; border: 1px solid #c0c0c0; border-bottom-color: #9b9b9b; } .mblSliderH { width: 200px; height: 8px; } .mblSliderH .mblSliderProgressBar { height: 100%; } .mblSliderH .mblSliderHandle { top: 50%; } .mblSliderV { height: 200px; width: 8px; } .mblSliderV .mblSliderProgressBar { width: 100%; } .mblSliderV .mblSliderHandle { left: 50%; } .mblSliderProgressBar { border-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#666666)); } .mblSliderHandle { margin: -10px 0 0 -10px; width: 18px; height: 18px; border-style: outset; border-width: 1px; border-radius: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#a4a4a4)); border: 1px solid #9b9b9b; border-bottom-color: #767676; } .mblSliderTransition { -webkit-transition-duration: 400ms; } .mblSliderTouchBox { margin: 0; padding: 12pt; left: -12pt; top: -12pt; border: none; width: 100%; height: 100%; background-color: transparent; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
Version data entries
4 entries across 4 versions & 1 rubygems