Add missing input types in default skins #1791

This commit is contained in:
Kijin Sung 2021-09-28 01:54:03 +09:00
parent 22ff33d795
commit 9b5ebb3a79
4 changed files with 8 additions and 0 deletions

View file

@ -486,6 +486,8 @@ select {
.exvar input[type=text],
.exvar input[type=email],
.exvar input[type=url],
.exvar input[type=tel],
.exvar input[type=password],
.exvar input[type=search] {
border: 1px solid #ccc;
font-size: 20px;