tsuki.css: split select from textarea padding
This commit is contained in:
parent
74ae36af53
commit
a8db68bc82
1 changed files with 3 additions and 2 deletions
|
|
@ -1390,11 +1390,12 @@ input[type="text"], textarea, select {
|
|||
background: #333333;
|
||||
color: #CCCCCC;
|
||||
border: #666666 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: Normal, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
select {
|
||||
padding-left: 5px;
|
||||
}
|
||||
input[type="password"] {
|
||||
background: #333333;
|
||||
color: #CCCCCC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue