mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
high-contrast.less: Compensate border with reduced padding
This commit is contained in:
parent
9f6a4f4797
commit
24b6fa987b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user