From 6a772a7de01de26fe746bb0a970bfdd4a573e3c2 Mon Sep 17 00:00:00 2001 From: Banobe Pascal Date: Fri, 27 Dec 2024 16:41:54 +0300 Subject: [PATCH] Correct text vertical alignment of checkboxes in show sheets dialog Signed-off-by: Banobe Pascal Change-Id: I4edf2311bf225483bfad59676d0e764385fde4b9 --- browser/css/jsdialogs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/browser/css/jsdialogs.css b/browser/css/jsdialogs.css index 50eb358be778..162a02da751b 100644 --- a/browser/css/jsdialogs.css +++ b/browser/css/jsdialogs.css @@ -605,6 +605,7 @@ input[type='checkbox'].autofilter, .jsdialog input[type='checkbox'] { appearance: none; width: 20px; height: 20px; + vertical-align: middle; background: url('images/lc_checkboxoff.svg') no-repeat center; margin: 1px 8px; }