aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-26 13:56:44 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-07-26 13:56:44 +0200
commitd19824b919289ad63743f27da7861f2422da5baa (patch)
treef99fe4c3dec6382289a0e25dddaeccbdd046cc2f /p/themes/base-theme/template.css
parent584665eed4dfc1bf31c7557edd96e90b64f90c54 (diff)
Hide read feeds and read categories when in unread mode
https://github.com/marienfressinaud/FreshRSS/issues/430 There are some repeated HTML attributes (`data-unread` and `active`) which could maybe be simplified. If some people do not like this behaviour, we could consider having an option.
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 09ecaf685..466ec4603 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -309,6 +309,9 @@ a.btn {
list-style: none;
margin: 0;
}
+.state_unread li:not(.active)[data-unread="0"] {
+ display: none;
+}
.category {
display: block;
overflow: hidden;