fauux.css: split select from textarea padding
This commit is contained in:
parent
2365f68a87
commit
6adfb3646b
1 changed files with 3 additions and 2 deletions
|
|
@ -127,12 +127,13 @@ input[type="text"], textarea, select {
|
|||
background: #00080C;
|
||||
color: #CCCCCC;
|
||||
border: #d2738a 1px solid;
|
||||
padding-left: 5px;
|
||||
padding-right: -5px;
|
||||
font-family: monospace;
|
||||
font-size: 10pt;
|
||||
/*border-radius: 5px;*/
|
||||
}
|
||||
select {
|
||||
padding-left: 5px;
|
||||
}
|
||||
input[type="password"] {
|
||||
background: #00080C;
|
||||
color: #CCCCCC;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue