From d1f4117b308dd23fb04265f910b48f300c555c28 Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Tue, 13 Jul 2021 15:45:22 +0200 Subject: [PATCH] JS Sidebar: Fix fonts Via CSS var to make sure we use them consistently throughout jscomponents. In some browsers it was being set with serif specimen Signed-off-by: Pedro Pinto Silva Change-Id: I418ad3a313c394e526b6e4e1c46ebe3616212d40 --- loleaflet/css/jssidebar.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/loleaflet/css/jssidebar.css b/loleaflet/css/jssidebar.css index 4b4043c7f..1046801e1 100644 --- a/loleaflet/css/jssidebar.css +++ b/loleaflet/css/jssidebar.css @@ -2,6 +2,11 @@ display: inline-flex; } +.sidebar * { + font-family: var(--jquery-ui-font); + text-transform: none !important; +} + .sidebar .ui-content .unobutton { width: 24px; height: 24px;