Feature Request – missing color options
-
Hey there,
it would be super nice if you could add a color chooser for the input field focus color, password show/hide button and checkbox.
Or it would be even better to link this to the button color, to create a matching theme.I was so free to already find out the appropriate css options.
In this example I changend from the default blue (#3582C4) to orange (#dd9933).#user_login:focus, #user_pass:focus, #loginform .button:focus, #rememberme:focus { border-color: #dd9933; box-shadow:0 0 0 1px #dd9933; } #loginform .button { color: #dd9933; } #rememberme:checked::before { filter: hue-rotate(172deg); }
Best regards
- The topic ‘Feature Request – missing color options’ is closed to new replies.