Files
FHC-Core/include/js/treeGrid/css/jquery.treegrid.css
T
Andreas Österreicher a4133174f1
2013-11-19 08:09:36 +00:00

7 lines
343 B
CSS
Executable File

.treegrid-indent {width:16px; height: 16px; display: inline-block; position: relative;}
.treegrid-expander {width:16px; height: 16px; display: inline-block; position: relative; cursor: pointer;}
.treegrid-expander-expanded{background-image: url(../img/collapse.png); }
.treegrid-expander-collapsed{background-image: url(../img/expand.png);}