Skip to content

Commit

Permalink
[Frontend] Styling for Time Conductor v2
Browse files Browse the repository at this point in the history
Fixes #933
WIP: Fixed look for Firefox
  • Loading branch information
charlesh88 committed Jul 15, 2016
1 parent 43a804e commit 4087b9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions platform/commonUI/general/res/sass/controls/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,11 @@ input[type="range"] {
@include sliderKnobRound();
}
&::-moz-range-thumb {
border: none;
@include sliderKnobRound();
}
&::-ms-thumb {
border: none;
@include sliderKnobRound();
}

Expand All @@ -467,6 +469,12 @@ input[type="range"] {
height: 3px;
@include sliderTrack();
}

&::-moz-range-track {
width: 100%;
height: 3px;
@include sliderTrack();
}
}

/******************************************************** DATETIME PICKER */
Expand Down

0 comments on commit 4087b9c

Please sign in to comment.