high-contrast.less: Fix search-suggestions input border
This commit is contained in:
parent
24b6fa987b
commit
67e7339bfc
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue