Last active
December 22, 2017 14:57
-
-
Save Zyten/4435a5dad1bd3688a902fd9ef25d02be to your computer and use it in GitHub Desktop.
iCheck indeterminate - temporary indeterminate icon for iCheck minimal-grey theme (Issue #249)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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