dark_red.css: split select from textarea padding

This commit is contained in:
Zankaria 2026-04-02 23:33:25 +02:00
parent 35d77e20e0
commit 5b91913476

View file

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