From 24b6fa987bba38b84cbd20dd6058392c4acdff94 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Thu, 17 Feb 2022 16:48:51 +0100 Subject: [PATCH] high-contrast.less: Compensate border with reduced padding --- public/css/themes/high-contrast.less | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index 995127ba8..d2ec9aedb 100644 --- a/public/css/themes/high-contrast.less +++ b/public/css/themes/high-contrast.less @@ -221,12 +221,18 @@ input.search { } .search-bar, -.button-link { +.button-link, +.view-mode-switcher > label { border: 1px solid @icinga-blue; } +// compensate for 1px border +.filter-input-area { + padding: 1/12em !important; +} + .view-mode-switcher > label { - border: 1px solid @icinga-blue; + padding: (10/16)*.25em (10/16)*.5em !important; &:not(:first-of-type) { border-left: none;