Exclude radio and checkbox inputs from input styling
This commit is contained in:
parent
d05b4ad16b
commit
6f3b270e35
|
@ -5,7 +5,7 @@ form{
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
input, button, textarea, select, .button{
|
||||
input, button, textarea, select, .button, input:not(input[type='radio'], input[type='checkbox']){
|
||||
/* We don't want the stupid browser appearance */
|
||||
appearance: none;
|
||||
|
||||
|
|
Loading…
Reference in New Issue