custom checkbox in options

This commit is contained in:
2015-04-26 18:08:30 +02:00
parent 60dfaae271
commit 4f8956f09b
9 changed files with 73 additions and 22 deletions

View File

@@ -310,4 +310,11 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
.fa-c-image:before {
content: "\f03e";
}
.fa-c-on:before {
content: "\f205";
}
.fa-c-off:before {
content: "\f204";
}