Skip to content

Instantly share code, notes, and snippets.

View Zyten's full-sized avatar
🖖

Ruban Selvarajah Zyten

🖖
View GitHub Profile
@Zyten
Zyten / touch.bat
Last active November 8, 2017 22:06
One-liner to mock Unix touch command in Windows to create new empty files
REM Usage: touch mynewfile.txt
copy /b NUL %1
@Zyten
Zyten / gist:4435a5dad1bd3688a902fd9ef25d02be
Last active December 22, 2017 14:57
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;