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 d7e882dbde
commit bd4a5088be
1 changed files with 2 additions and 1 deletions

View File

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