forked from Archives/Athou_commafeed
styling
This commit is contained in:
@@ -4,7 +4,14 @@
|
||||
}
|
||||
|
||||
.css-treeview {
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.css-treeview label,.css-treeview a,.css-treeview label::before {
|
||||
font-family: inherit;
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -19,6 +26,9 @@
|
||||
.css-treeview a {
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
display: block;
|
||||
overflow-hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.css-treeview a:hover {
|
||||
@@ -57,7 +67,7 @@
|
||||
background-color: #EBEBEB;
|
||||
}
|
||||
|
||||
#feed-accordion a.accordion-toggle {
|
||||
#feed-accordion a.accordion-toggle {
|
||||
color: black;
|
||||
display: block;
|
||||
padding: 0px;
|
||||
|
||||
@@ -4,9 +4,6 @@
|
||||
</label>
|
||||
<ul>
|
||||
<li ng-repeat="feed in node.feeds">
|
||||
<a ng-click="feedClick({id: feed.id})"
|
||||
ng-class="{selected: (feed.id == selectedId && selectedType == 'feed'), unread: feed.unread }">{{formatFeedName({feed:feed})}}
|
||||
</a>
|
||||
<div class="dropdown pull-right">
|
||||
<a dropdown-toggle class="pull-right feed-menu-icon"><i class="icon icon-chevron-down"></i> </a>
|
||||
<ul class="dropdown-menu">
|
||||
@@ -15,6 +12,9 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a ng-click="feedClick({id: feed.id})" class="feed-link"
|
||||
ng-class="{selected: (feed.id == selectedId && selectedType == 'feed'), unread: feed.unread }">{{formatFeedName({feed:feed})}}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
Reference in New Issue
Block a user