high-contrast.less: Fix missing border on some form elements

This commit is contained in:
Johannes Meyer 2020-05-15 09:01:10 +02:00
parent c348524e50
commit 6e02b8dd50
1 changed files with 4 additions and 11 deletions

View File

@ -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;
} }