diff options
| author | 2014-08-29 11:47:27 +0200 | |
|---|---|---|
| committer | 2014-08-29 11:47:27 +0200 | |
| commit | e411618836dc315620cc176809aed70893992aeb (patch) | |
| tree | 53c30f689d134f76370f1d96c415af8411781d08 /p | |
| parent | 845cde2456e1d367ca407d09b118471534d1af4e (diff) | |
| parent | 366550057db8f5f86afd64c99f3a399016c97a36 (diff) | |
Merge pull request #598 from aledeg/screwdriver
Fix Screwdriver theme
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Screwdriver/template.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/Screwdriver/template.css b/p/themes/Screwdriver/template.css index bf421e322..ddb3f376f 100644 --- a/p/themes/Screwdriver/template.css +++ b/p/themes/Screwdriver/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; |
