fauux.css: split select from textarea padding

This commit is contained in:
Zankaria 2026-04-02 23:34:37 +02:00
parent 2365f68a87
commit 6adfb3646b

View file

@ -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;