mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue