1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-13 08:34:45 +02:00

Pointer cursor for radio buttons

This commit is contained in:
Kognise
2019-04-18 13:35:32 -04:00
parent 26ca283dca
commit 444d0cc7c8
5 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
button,
input[type='submit'],
input[type='button'],
input[type='checkbox'] {
input[type='checkbox'],
input[type='radio'] {
cursor: pointer;
}