Add style for checkbox partial-check

This commit is contained in:
Jeffrey Biles
2020-03-29 23:39:22 -07:00
parent 9c1b2a6ecc
commit ea80fa53da

View File

@@ -83,6 +83,10 @@ input[type='checkbox'] {
padding: 10px; padding: 10px;
} }
input[type='checkbox'].partial-check {
background: #ABC;
}
input[type='checkbox']:checked { input[type='checkbox']:checked {
background: #679; background: #679;
} }