change text input cursor
This commit is contained in:
parent
b21202497f
commit
8468a5029b
|
@ -4,4 +4,8 @@ a {
|
|||
|
||||
input, select {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
cursor: text;
|
||||
}
|
Loading…
Reference in New Issue