mirror of
https://github.com/nasa/openmct.git
synced 2025-03-18 10:05:22 +00:00
[Frontend] Styling for Time Conductor v2
Fixes #933 WIP: Fixed look for Firefox
This commit is contained in:
parent
43a804eef4
commit
4087b9cdde
@ -455,9 +455,11 @@ input[type="range"] {
|
||||
@include sliderKnobRound();
|
||||
}
|
||||
&::-moz-range-thumb {
|
||||
border: none;
|
||||
@include sliderKnobRound();
|
||||
}
|
||||
&::-ms-thumb {
|
||||
border: none;
|
||||
@include sliderKnobRound();
|
||||
}
|
||||
|
||||
@ -467,6 +469,12 @@ input[type="range"] {
|
||||
height: 3px;
|
||||
@include sliderTrack();
|
||||
}
|
||||
|
||||
&::-moz-range-track {
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
@include sliderTrack();
|
||||
}
|
||||
}
|
||||
|
||||
/******************************************************** DATETIME PICKER */
|
||||
|
Loading…
x
Reference in New Issue
Block a user