Merge pull request #331 from rudzik8/master

Add textarea to OpenVK Modern themestyle
This commit is contained in:
Ilya Prokopenko 2021-12-10 13:21:37 +07:00 committed by GitHub
commit bdf97e4286
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,7 +123,7 @@ body {
input[type="text"], input[type="password"], input[type~="text"],
input[type~="password"], input[type="email"], input[type="phone"],
input[type~="email"], input[type~="phone"], input[type="search"],
input[type~="search"], select {
input[type~="search"], textarea, select {
border: 1px solid #E5E5E5;
}