mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:45:56 +00:00
1. feedtree: show counters for marked articles if view-mode == marked
2. hide/show relevant counter nodes using css 3. cleanup some counter-related code 4. compile default css into light theme to prevent cache-related issues
This commit is contained in:
@@ -65,12 +65,16 @@ body.flat.ttrss_main {
|
||||
box-shadow : inset -1px 0px 2px -1px @border-light;
|
||||
|
||||
#feedTree {
|
||||
.counterNode.aux {
|
||||
.counterNode.aux, .counterNode.marked {
|
||||
background: @color-panel-bg;
|
||||
color: @default-text;
|
||||
border-color: @default-bg;
|
||||
}
|
||||
|
||||
.counterNode.marked {
|
||||
border-color : @color-accent-marked;
|
||||
}
|
||||
|
||||
.dijitTreeRowSelected {
|
||||
background : @default-bg;
|
||||
border-color : @default-bg transparent;
|
||||
|
||||
Reference in New Issue
Block a user