[Firefox] Remove a couple of webkit
CSS rules related to editing
Thanks to the CSS preprocessor, we can get rid of a couple of unnecessary CSS rules in the Firefox PDF Viewer.
This commit is contained in:
parent
4a38949886
commit
7543a91086
@ -531,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