mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
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…
x
Reference in New Issue
Block a user