terminal_common.css: split select from textarea padding

This commit is contained in:
Zankaria 2026-04-02 23:34:27 +02:00
parent 4991629600
commit 2365f68a87

View file

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