mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Hiding river of news on folders and on the everything header button so I can launch all the goodies that come with river of news but *are* ready to launch.
This commit is contained in:
parent
549baed775
commit
de22b2fc27
2 changed files with 4 additions and 2 deletions
|
@ -576,6 +576,7 @@ body.NB-theme-serif #story_pane .NB-feed-story-content {
|
|||
background: transparent url('../img/icons/silk/images.png') no-repeat 0 0;
|
||||
opacity: .6;
|
||||
display: none;
|
||||
display: none !important; /* TODO: Remove for river of news */
|
||||
}
|
||||
.NB-feedlist .folder .folder_title.NB-hover .NB-feedlist-river-icon:hover {
|
||||
opacity: 1;
|
||||
|
@ -589,6 +590,7 @@ body.NB-theme-serif #story_pane .NB-feed-story-content {
|
|||
|
||||
.NB-feedlist .folder .folder_title.NB-hover .feed_counts_floater {
|
||||
display: none;
|
||||
display: block; /* TODO: Remove for river of news */
|
||||
}
|
||||
.NB-feedlist .folder .folder_title.NB-hover.NB-feedlist-folder-title-recently-collapsed .feed_counts_floater {
|
||||
display: block;
|
||||
|
|
|
@ -332,7 +332,7 @@ $(document).ready(function() {
|
|||
</div>
|
||||
<div class="NB-feeds-header-home">Dashboard</div>
|
||||
</div>
|
||||
<div class="NB-feeds-header-river-container">
|
||||
<!--<div class="NB-feeds-header-river-container">
|
||||
<div class="NB-feeds-header-river NB-empty">
|
||||
<div class="NB-feeds-header-river-count unread_count"></div>
|
||||
<div class="NB-feeds-header-river-icon"></div>
|
||||
|
@ -340,7 +340,7 @@ $(document).ready(function() {
|
|||
Everything
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
<div class="NB-feeds-header-starred-container">
|
||||
<div class="NB-feeds-header-starred NB-empty">
|
||||
<div class="NB-feeds-header-starred-count unread_count"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue