high-contrast.less: Compensate border with reduced padding

This commit is contained in:
Florian Strohmaier 2022-02-17 16:48:51 +01:00 committed by Johannes Meyer
parent 9f6a4f4797
commit 24b6fa987b

View File

@ -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;