dark_red.css: split select from textarea padding
This commit is contained in:
parent
35d77e20e0
commit
5b91913476
1 changed files with 4 additions and 2 deletions
|
|
@ -98,11 +98,13 @@ input[type="text"], textarea, select {
|
|||
background: #333333;
|
||||
color: #EEE;
|
||||
border: #666666 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
select {
|
||||
padding-left: 5px;
|
||||
}
|
||||
input[type="password"] {
|
||||
background: #333333;
|
||||
color: #EEE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue