Sha256: 30f29cf847f6dd7d380b6d647577fef8f230177e93235b06aad54e0b52868f65
Contents?: true
Size: 800 Bytes
Versions: 6
Compression:
Stored size: 800 Bytes
Contents
/* https://github.com/justinchmura/js-treeview/blob/1.1.5/src/treeview.css */ .tree-leaf { position: relative; } .tree-leaf .tree-child-leaves { display: block; margin-left: 15px; } .tree-leaf .hidden { display: none; } .tree-leaf .tree-expando { background: #ddd; border-radius: 3px; cursor: pointer; float: left; height: 10px; line-height: 10px; position: relative; text-align: center; top: 5px; width: 10px; } .tree-leaf .hidden { visibility: hidden; } .tree-leaf .tree-expando:hover { background: #aaa; } .tree-leaf .tree-leaf-text { cursor: pointer; float: left; margin-left: 5px; } .tree-leaf .tree-leaf-text:hover { color: blue; } .tree-leaf .tree-leaf-content:before, .tree-leaf .tree-leaf-content:after { content: " "; display: table; } .tree-leaf .tree-leaf-content:after { clear: both; }
Version data entries
6 entries across 6 versions & 2 rubygems