bunkerlike - fix form padding

This commit is contained in:
towards-a-new-leftypol 2024-11-27 18:02:21 -05:00
parent df01d50275
commit 91a0b3017b
1 changed files with 7 additions and 0 deletions

View File

@ -66,6 +66,13 @@ form table tr th {
border: 1px solid #117743;
border-radius: 2px;
}
input[type="text"],
input[type="password"],
select {
padding: 5px !important;
}
input[type="text"], input[type="password"], textarea, select {
border: 1px double #07371F;
border-radius: 2px;