tsuki.css: split select from textarea padding

This commit is contained in:
Zankaria 2026-04-02 23:35:01 +02:00
parent 74ae36af53
commit a8db68bc82

View file

@ -1390,11 +1390,12 @@ input[type="text"], textarea, select {
background: #333333;
color: #CCCCCC;
border: #666666 1px solid;
padding-left: 5px;
padding-right: -5px;
font-family: Normal, sans-serif;
font-size: 16px;
}
select {
padding-left: 5px;
}
input[type="password"] {
background: #333333;
color: #CCCCCC;