username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
1
2
3
4
5
6
.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);}