bunker_like css form field padding tweak

This commit is contained in:
towards-a-new-leftypol 2024-11-27 18:16:32 -05:00
parent 91a0b3017b
commit 929e00675f
1 changed files with 2 additions and 1 deletions

View File

@ -65,12 +65,13 @@ form table tr th {
background: #282A2E;
border: 1px solid #117743;
border-radius: 2px;
padding: 3px;
}
input[type="text"],
input[type="password"],
select {
padding: 5px !important;
padding: 4px !important;
}
input[type="text"], input[type="password"], textarea, select {