update simple.css

This commit is contained in:
naielv
2025-08-14 15:30:00 +02:00
parent bfce6f32b6
commit ab75e3089e

View File

@@ -150,6 +150,12 @@ textarea {
width: calc(100% - 11px);
}
input[type="checkbox"]{
padding: 0;
width: 24px;
height: 24px;
}
select {
width: 100%;
}