removed ugly tree icons

This commit is contained in:
Athou
2013-04-23 10:23:08 +02:00
parent d56b13784d
commit 0c2712cc6b
3 changed files with 3 additions and 11 deletions

View File

@@ -13,9 +13,10 @@
</li>
</ul>
</div>
<span class="fldr" ng-class="{'fldr-closed': !node.expanded, 'fldr-open': node.expanded}" ng-click="toggleCategory(node)"></span>
<span class="fldr" ng-class="{'fldr-closed': !node.expanded, 'fldr-open': node.expanded}" ng-click="toggleCategory(node)">
<i ng-class="{'icon-caret-right': !node.expanded, 'icon-caret-down': node.expanded}"></i>
</span>
<span ng-click="categoryClick({id: node.id})">
<span class="fldr"></span>
<span ng-class="{selected: (node.id == selectedId && selectedType == 'category'), unread: unreadCount({category:node})}">{{formatCategoryName({category:node})}}
</span>
</span>