--- title: I want better styling for inputs and selects date: 2020-02-19T22:17:06.664Z submitter: Nils Lauk number: 106 tags: - css - forms discussion: https://github.com/WebWeWant/webwewant.fyi/discussions/167 related: - title: Open UI url: https://open-ui.org/ type: project --- We all have been there: Designers want big, colorful checkboxes, radio buttons and selects. For the sake of accessibility it would be awesome if these elements could be styled with CSS in a better way. How often do we see something like `*-appearance: none;` and a circled `:before`. Or—slightly better—playing around with the height, the width and the opacity of the input. More accessible, but still a workaround. With the first solution these elements are not part of the accessibility tree—so make them fully tailorable.