mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #15625 from calixteman/bug1797310
Fix font for the 'current view' entry in the secondary toolbar (bug 1797310)
This commit is contained in:
commit
00279d6e64
1 changed files with 2 additions and 1 deletions
|
@ -318,6 +318,7 @@ body {
|
|||
.toolbar select,
|
||||
.secondaryToolbar input,
|
||||
.secondaryToolbar button,
|
||||
.secondaryToolbar a,
|
||||
.secondaryToolbar select,
|
||||
.editorParamsToolbar input,
|
||||
.editorParamsToolbar button,
|
||||
|
@ -935,7 +936,7 @@ body {
|
|||
}
|
||||
|
||||
a.secondaryToolbarButton {
|
||||
padding-top: 6px;
|
||||
padding-top: 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.toolbarButton[href="#"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue