diff options
| author | 2014-10-24 14:34:08 +0200 | |
|---|---|---|
| committer | 2014-10-24 14:34:08 +0200 | |
| commit | 98fbc736ec3b4a5260da72eb8c9f66b798b74725 (patch) | |
| tree | 2014eac6c28338b27cc4a7a293a42dca41de0f7c /p/themes/base-theme/template.css | |
| parent | 62727b1d4f101fa328b57eda716803c2f7147d7b (diff) | |
Fix all the themes for global view
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'p/themes/base-theme/template.css')
| -rw-r--r-- | p/themes/base-theme/template.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index f4f19ee71..fd95cb697 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -673,6 +673,9 @@ br + br + br { .feed .item-title:not([data-unread="0"]):before { content: "(" attr(data-unread) ") "; } +.feed .item-title:not([data-unread="0"]) { + font-weight: bold; +} .state_unread .category:not(.active)[data-unread="0"], .state_unread .feed:not(.active)[data-unread="0"] { |
