style: Apply transparent background to checkboxes

This commit is contained in:
Tanner
2025-12-04 22:31:07 +00:00
committed by Tanner Collin (aider)
parent 32e438d15a
commit 01b0e87a79
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -310,3 +310,7 @@ button.comment {
cursor: pointer;
vertical-align: middle;
}
.checkbox {
background: transparent;
}