Skip to content

Instantly share code, notes, and snippets.

@Zyten
Last active December 22, 2017 14:57
Show Gist options
  • Save Zyten/4435a5dad1bd3688a902fd9ef25d02be to your computer and use it in GitHub Desktop.
Save Zyten/4435a5dad1bd3688a902fd9ef25d02be to your computer and use it in GitHub Desktop.
iCheck indeterminate - temporary indeterminate icon for iCheck minimal-grey theme (Issue #249)
/*Include after iCheck css*/
.icheckbox_minimal-grey.indeterminate {
display:inline-block;
}
.icheckbox_minimal-grey.indeterminate:before {
content: "";
position: absolute;
width:.7em;
height:.3em;
background-color:#73716e;
left:27%;
right:25%;
top:40%;
bottom:25%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment