high-contrast.less: Fix search-suggestions input border

This commit is contained in:
Florian Strohmaier 2022-02-23 11:10:39 +01:00 committed by Johannes Meyer
parent 24b6fa987b
commit 67e7339bfc
1 changed files with 11 additions and 2 deletions

View File

@ -189,8 +189,7 @@
}
}
.icinga-controls,
.search-editor {
.icinga-controls {
input:not([type="checkbox"]):not([type="radio"]),
.toggle-switch .toggle-slider:before,
.toggle-switch > .toggle-slider,
@ -206,6 +205,16 @@
}
}
.search-suggestions {
input:not([type="checkbox"]):not([type="radio"]),
.toggle-switch .toggle-slider:before,
.toggle-switch > .toggle-slider,
select,
textarea {
border: none;
}
}
.icinga-module.module-icingadb .list-item.overdue {
background: none;