Fix Circle Checkboxes

This commit is contained in:
Zixaphir 2015-01-13 14:27:56 -07:00
parent b102c034a1
commit e79f604d31
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1525,10 +1525,10 @@ input[type=checkbox]:checked + .rice::after {
bottom: -1px;
}
.rounded-edges .rice {
border-radius: 2px;}
border-radius: 2px;
}
.circle-checkboxes .rice {
border-radius: 6px;}
border-radius: 6px;
}
input:checked + .rice {
background-attachment: scroll;