diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index cd7eb3ef8..c76706359 100644 --- a/public/css/themes/high-contrast.less +++ b/public/css/themes/high-contrast.less @@ -148,18 +148,11 @@ } .icinga-controls { - input[type="text"], - 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, + input:not([type="checkbox"]):not([type="radio"]), .toggle-switch .toggle-slider:before, - .toggle-switch > .toggle-slider { + .toggle-switch > .toggle-slider, + select, + textarea { border: 1px solid @icinga-blue; }