high-contrast.less: Fix missing border on some form elements
This commit is contained in:
parent
c348524e50
commit
6e02b8dd50
|
@ -148,18 +148,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icinga-controls {
|
.icinga-controls {
|
||||||
input[type="text"],
|
input:not([type="checkbox"]):not([type="radio"]),
|
||||||
input[type="password"],
|
|
||||||
input[type="number"],
|
|
||||||
input[type="datetime-local"],
|
|
||||||
input[type="date"],
|
|
||||||
input[type="time"],
|
|
||||||
textarea,
|
|
||||||
select,
|
|
||||||
input[type="checkbox"]:checked + .toggle-switch .toggle-slider:before,
|
|
||||||
input[type="checkbox"]:checked + .toggle-switch > .toggle-slider,
|
|
||||||
.toggle-switch .toggle-slider:before,
|
.toggle-switch .toggle-slider:before,
|
||||||
.toggle-switch > .toggle-slider {
|
.toggle-switch > .toggle-slider,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
border: 1px solid @icinga-blue;
|
border: 1px solid @icinga-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue