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:
@@ -1,7 +1,8 @@
|
||||
button,
|
||||
input[type='submit'],
|
||||
input[type='button'],
|
||||
input[type='checkbox'] {
|
||||
input[type='checkbox'],
|
||||
input[type='radio'] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user