terminal_common.css: split select from textarea padding
This commit is contained in:
parent
4991629600
commit
2365f68a87
1 changed files with 3 additions and 2 deletions
|
|
@ -89,11 +89,12 @@ p.intro a.capcode, p.intro a.nametag {
|
|||
input[type="text"], textarea, select {
|
||||
background: #111111;
|
||||
border: 1px dotted;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
select {
|
||||
padding-left: 5px;
|
||||
}
|
||||
input[type="password"] {
|
||||
background: #111111;
|
||||
border: 1px dotted;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue