[Frontend] Time controller-related styling (CP > open117)
open #1515 open #117 Further refinements to slider knob and range look; (cherry picked from commit 63a1239)
This commit is contained in:
@@ -333,13 +333,14 @@ label.checkbox.custom {
|
||||
|
||||
}
|
||||
.range {
|
||||
$tbOffset: 2px;
|
||||
@include trans-prop-nice-fade(.25s);
|
||||
background-color: $sliderColorRange;
|
||||
cursor: ew-resize;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: 0; //$tbOffset;
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
bottom: $tbOffset;
|
||||
left: auto;
|
||||
height: auto;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user