[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:
Charles Hacskaylo
2015-09-25 13:54:51 -07:00
parent afb1202865
commit e33485ec59
4 changed files with 28 additions and 13 deletions

View File

@@ -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;