Files
2025-03-12 17:06:23 +01:00

12 lines
192 B
CSS

input[type="radio"], input[type="checkbox"]
{
border: none !important;
padding: 0px !important;
height: auto !important;
width: auto !important;
}
fieldset
{
border: none;
}