mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +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,
|
.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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user