Fix font for the 'current view' entry in the secondary toolbar (bug 1797310)
This commit is contained in:
parent
22225a1eaa
commit
0996398372
@ -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…
Reference in New Issue
Block a user