mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Moving opacity from the feed title to the feed floater. Duh.
This commit is contained in:
parent
d3bbe72b87
commit
941864db53
1 changed files with 1 additions and 1 deletions
|
@ -1442,6 +1442,7 @@ background: transparent;
|
|||
z-index: 1;
|
||||
width: 100%;
|
||||
display: none;
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
.NB-view-river .NB-feed-story-view-floater {
|
||||
|
@ -1514,7 +1515,6 @@ background: transparent;
|
|||
border-bottom: 1px solid #000;
|
||||
border-top: 1px solid #707070;
|
||||
z-index: 2;
|
||||
opacity: .9;
|
||||
}
|
||||
#story_pane .NB-feed-story-header-feed.NB-feed-story-river-same-feed {
|
||||
z-index: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue