1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-16 18:14:09 +02:00

Add radio files

This commit is contained in:
Kognise
2019-04-11 14:22:01 -04:00
parent 59396156f9
commit a28c2a0399
5 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,8 @@ input[type='checkbox'] {
cursor: pointer;
}
input:not([type='checkbox']), select {
input:not([type='checkbox']):not([type='radio']),
select {
display: block;
}
@@ -25,7 +26,8 @@ input, select, button, textarea {
outline: none;
}
input:not([type='checkbox']), select, button, textarea {
input:not([type='checkbox']):not([type='radio']),
select, button, textarea {
-webkit-appearance: none;
}
@@ -55,6 +57,7 @@ textarea:focus {
}
input[type='checkbox']:active,
input[type='radio']:active,
input[type='submit']:active,
input[type='button']:active,
button:active {