prevent text selectio in input[type=submit]

This commit is contained in:
Aljaz S
2021-11-25 12:28:40 +01:00
parent ea75000101
commit 4c2885855f

View File

@@ -21,7 +21,7 @@ html {
} }
textarea, textarea,
input, input:not([type=submit]),
pre, pre,
code { code {
-webkit-user-select: text; -webkit-user-select: text;