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
@ -318,6 +318,7 @@ body {
|
|||||||
.toolbar select,
|
.toolbar select,
|
||||||
.secondaryToolbar input,
|
.secondaryToolbar input,
|
||||||
.secondaryToolbar button,
|
.secondaryToolbar button,
|
||||||
|
.secondaryToolbar a,
|
||||||
.secondaryToolbar select,
|
.secondaryToolbar select,
|
||||||
.editorParamsToolbar input,
|
.editorParamsToolbar input,
|
||||||
.editorParamsToolbar button,
|
.editorParamsToolbar button,
|
||||||
@ -935,7 +936,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.secondaryToolbarButton {
|
a.secondaryToolbarButton {
|
||||||
padding-top: 6px;
|
padding-top: 5px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.toolbarButton[href="#"],
|
a.toolbarButton[href="#"],
|
||||||
|
Loading…
Reference in New Issue
Block a user