Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 1375513.css
blobeff97d485d49583aaa93c9fc94b4bcf5c7c69ec7
1 input[type=range] {
2 width: 200px;
3 height: 20px;
4 margin: 0;
5 padding: 0;
6 background-color: blue;
9 input[type=range]::-moz-range-progress {
10 height: 10px;
11 background-color: lime;
14 input[type=range]::-moz-range-track,
15 input[type=range]::-moz-range-thumb {
16 visibility: hidden;