Merge pull request #15247 from Snuffleupagus/css-more-cleanup
Misc. small CSS cleanup
This commit is contained in:
commit
77b3489987
@ -424,7 +424,6 @@ select {
|
|||||||
height: auto;
|
height: auto;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
margin: 4px 2px;
|
margin: 4px 2px;
|
||||||
color: rgba(217, 217, 217, 1);
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@ -532,13 +531,18 @@ select {
|
|||||||
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-progress {
|
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-progress {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-track,
|
|
||||||
.editorParamsToolbarContainer
|
/*#if !MOZCENTRAL*/
|
||||||
.editorParamsSlider::-webkit-slider-runnable-track {
|
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-runnable-track,
|
||||||
|
/*#endif*/
|
||||||
|
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-track {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-thumb,
|
|
||||||
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-thumb {
|
/*#if !MOZCENTRAL*/
|
||||||
|
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-thumb,
|
||||||
|
/*#endif*/
|
||||||
|
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-thumb {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user