/* TEMPORARY FIX * Apply template color placeholders to all form controls. * Remove this file once the template provides proper input styling. */ input, textarea, select, button { color: @ini_text !important; background-color: @ini_background !important; border: 1px solid @ini_border !important; } button:not(.toolbutton) { background: @ini_background !important; } select option { color: @ini_text; background-color: @ini_background; }