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

@ -427,7 +427,9 @@ input[type=radio] {
.ff label+input[type=text],
.ff label+input[type=email],
.ff label+input[type=url],
.ff label+input[type=tel],
.ff label+input[type=password],
.ff label+input[type=search],
.ff label+textarea,
.ff label+select {
display: block;
@ -438,7 +440,9 @@ input[type=radio] {
.ff label+input[type=text],
.ff label+input[type=email],
.ff label+input[type=url],
.ff label+input[type=tel],
.ff label+input[type=password],
.ff label+input[type=search],
.ff label+textarea {
padding: 5px;
}

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;

View file

@ -380,6 +380,7 @@
color: #f60;
}
.exForm .text,
.exForm .password,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,

View file

@ -362,6 +362,7 @@
color: #f60;
}
.exForm .text,
.exForm .password,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,