60 lines
1.3 KiB
CSS
60 lines
1.3 KiB
CSS
|
|
.mblSlider {
|
|
outline: none;
|
|
-webkit-user-select: none;
|
|
|
|
-webkit-box-sizing: content-box;
|
|
|
|
margin: 15px;
|
|
|
|
border: #B0B0B0 1px inset;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f3f7), to(#cec5d6), color-stop(0.5, #ced3ce));
|
|
-webkit-border-radius: 6px;
|
|
}
|
|
.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 {
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
|
|
-webkit-border-radius: 6px;
|
|
}
|
|
.mblSliderHandle {
|
|
margin: -10px 0 0 -10px;
|
|
width: 18px;
|
|
height: 18px;
|
|
border: #9D9D9D 1px outset;
|
|
-webkit-border-radius: 6px;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#999999), color-stop(0.5, #bbbbbb));
|
|
}
|
|
.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);
|
|
}
|