diff --git a/src/css/forms.css b/src/css/forms.css index f227b31..ab2b4dd 100644 --- a/src/css/forms.css +++ b/src/css/forms.css @@ -5,7 +5,7 @@ form{ flex-direction: column; } -input:not(input[type="radio"], input[type="checkbox"]), button, textarea, select, .button{ +input, button, textarea, select, .button{ /* We don't want the stupid browser appearance */ appearance: none; @@ -30,6 +30,12 @@ input:not(input[type="radio"], input[type="checkbox"]), button, textarea, select background: white; } +input[type="radio"], input[type="checkbox"]{ + appearance: auto; + width: unset; + margin: unset; +} + /* If it is a button */ button, input[type='submit'], input[type='button'], .button{ /* Align text in the center */