Browse Source

Merge pull request #598 from aledeg/screwdriver

Fix Screwdriver theme
Alexandre Alapetite 11 years ago
parent
commit
e411618836
1 changed files with 3 additions and 0 deletions
  1. 3 0
      p/themes/Screwdriver/template.css

+ 3 - 0
p/themes/Screwdriver/template.css

@@ -309,6 +309,9 @@ a.btn {
 	list-style: none;
 	list-style: none;
 	margin: 0;
 	margin: 0;
 }
 }
+.state_unread li:not(.active)[data-unread="0"] {
+	display: none;
+}
 .category {
 .category {
 	display: block;
 	display: block;
 	overflow: hidden;
 	overflow: hidden;