mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Add missing input types in default skins #1791
This commit is contained in:
parent
22ff33d795
commit
9b5ebb3a79
4 changed files with 8 additions and 0 deletions
|
|
@ -427,7 +427,9 @@ input[type=radio] {
|
||||||
.ff label+input[type=text],
|
.ff label+input[type=text],
|
||||||
.ff label+input[type=email],
|
.ff label+input[type=email],
|
||||||
.ff label+input[type=url],
|
.ff label+input[type=url],
|
||||||
|
.ff label+input[type=tel],
|
||||||
.ff label+input[type=password],
|
.ff label+input[type=password],
|
||||||
|
.ff label+input[type=search],
|
||||||
.ff label+textarea,
|
.ff label+textarea,
|
||||||
.ff label+select {
|
.ff label+select {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
@ -438,7 +440,9 @@ input[type=radio] {
|
||||||
.ff label+input[type=text],
|
.ff label+input[type=text],
|
||||||
.ff label+input[type=email],
|
.ff label+input[type=email],
|
||||||
.ff label+input[type=url],
|
.ff label+input[type=url],
|
||||||
|
.ff label+input[type=tel],
|
||||||
.ff label+input[type=password],
|
.ff label+input[type=password],
|
||||||
|
.ff label+input[type=search],
|
||||||
.ff label+textarea {
|
.ff label+textarea {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -486,6 +486,8 @@ select {
|
||||||
.exvar input[type=text],
|
.exvar input[type=text],
|
||||||
.exvar input[type=email],
|
.exvar input[type=email],
|
||||||
.exvar input[type=url],
|
.exvar input[type=url],
|
||||||
|
.exvar input[type=tel],
|
||||||
|
.exvar input[type=password],
|
||||||
.exvar input[type=search] {
|
.exvar input[type=search] {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
|
||||||
|
|
@ -380,6 +380,7 @@
|
||||||
color: #f60;
|
color: #f60;
|
||||||
}
|
}
|
||||||
.exForm .text,
|
.exForm .text,
|
||||||
|
.exForm .password,
|
||||||
.exForm .homepage,
|
.exForm .homepage,
|
||||||
.exForm .email_address,
|
.exForm .email_address,
|
||||||
.exForm .tel,
|
.exForm .tel,
|
||||||
|
|
|
||||||
|
|
@ -362,6 +362,7 @@
|
||||||
color: #f60;
|
color: #f60;
|
||||||
}
|
}
|
||||||
.exForm .text,
|
.exForm .text,
|
||||||
|
.exForm .password,
|
||||||
.exForm .homepage,
|
.exForm .homepage,
|
||||||
.exForm .email_address,
|
.exForm .email_address,
|
||||||
.exForm .tel,
|
.exForm .tel,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue