mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[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
1 changed files with 10 additions and 5 deletions
|
@ -531,13 +531,18 @@ select {
|
|||
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-progress {
|
||||
background-color: black;
|
||||
}
|
||||
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-track,
|
||||
.editorParamsToolbarContainer
|
||||
.editorParamsSlider::-webkit-slider-runnable-track {
|
||||
|
||||
/*#if !MOZCENTRAL*/
|
||||
.editorParamsToolbarContainer .editorParamsSlider::-webkit-slider-runnable-track,
|
||||
/*#endif*/
|
||||
.editorParamsToolbarContainer .editorParamsSlider::-moz-range-track {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue