forked from Archives/Athou_commafeed
removed ugly tree icons
This commit is contained in:
@@ -71,7 +71,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.css-treeview .fldr {
|
.css-treeview .fldr {
|
||||||
background: url("../images/tree_icons.png") no-repeat;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
@@ -81,14 +80,6 @@
|
|||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-treeview .fldr-open {
|
|
||||||
background-position: 0 -16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.css-treeview .fldr-closed {
|
|
||||||
background-position: 0 -32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.css-treeview .error {
|
.css-treeview .error {
|
||||||
color: red;
|
color: red;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|||||||
@@ -13,9 +13,10 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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 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 ng-class="{selected: (node.id == selectedId && selectedType == 'category'), unread: unreadCount({category:node})}">{{formatCategoryName({category:node})}}
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 762 B |
Reference in New Issue
Block a user