From 099639837220ac6580d35bf5b9b73defaa0b8f18 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Tue, 25 Oct 2022 23:26:23 +0200 Subject: [PATCH] Fix font for the 'current view' entry in the secondary toolbar (bug 1797310) --- web/viewer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 338f0329c..064e1a872 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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="#"],