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