change text input cursor

This commit is contained in:
edbrz9 2022-12-30 15:19:24 +01:00
parent b21202497f
commit 8468a5029b
1 changed files with 4 additions and 0 deletions

View File

@ -4,4 +4,8 @@ a {
input, select {
cursor: pointer;
}
input[type=text] {
cursor: text;
}