Add textarea to OpenVK Modern themestyle

This commit is contained in:
rudzik8 2021-12-10 13:16:43 +07:00
parent ca482c1855
commit cff29bac3d

View file

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