Skip to content

Instantly share code, notes, and snippets.

View hskrishna29's full-sized avatar

HS Krishna hskrishna29

View GitHub Profile
@bringking
bringking / treeview.css
Created January 12, 2014 19:19
Knockout TreeView- A nice binding handler that accepts a dynamic tree of data, and displays a searchable and selectable tree-type list.
* {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
user-select: none;
font-family: "Segoe UI", "Helvetica", Arial, sans-serif;
}
.navbar{