mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Highlight categories with unread entries
This commit is contained in:
parent
d7cf782019
commit
3ac5095776
6 changed files with 24 additions and 3 deletions
|
@ -785,6 +785,13 @@ article.feed-has-unread {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Categories list */
|
||||
article.category-has-unread {
|
||||
background-color: var(--category-has-unread-background-color);
|
||||
border-style: var(--category-has-unread-border-style);
|
||||
border-color: var(--category-has-unread-border-color);
|
||||
}
|
||||
|
||||
/* Icons */
|
||||
.icon,
|
||||
.icon-label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue