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

View File

@ -189,8 +189,7 @@
} }
} }
.icinga-controls, .icinga-controls {
.search-editor {
input:not([type="checkbox"]):not([type="radio"]), input:not([type="checkbox"]):not([type="radio"]),
.toggle-switch .toggle-slider:before, .toggle-switch .toggle-slider:before,
.toggle-switch > .toggle-slider, .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 { .icinga-module.module-icingadb .list-item.overdue {
background: none; background: none;