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, .search-bar,
.button-link { .button-link,
.view-mode-switcher > label {
border: 1px solid @icinga-blue; border: 1px solid @icinga-blue;
} }
// compensate for 1px border
.filter-input-area {
padding: 1/12em !important;
}
.view-mode-switcher > label { .view-mode-switcher > label {
border: 1px solid @icinga-blue; padding: (10/16)*.25em (10/16)*.5em !important;
&:not(:first-of-type) { &:not(:first-of-type) {
border-left: none; border-left: none;