diff options
| author | 2013-11-29 13:29:55 +0100 | |
|---|---|---|
| committer | 2013-11-29 13:29:55 +0100 | |
| commit | 47bccc731f4abb7592c327a2e6a2783c825558b4 (patch) | |
| tree | da569787e3a16bb6f56da08d598df4bee70c9db7 /public/themes | |
| parent | 234d1a9dca5a78980e5472d32fd8f5f458832ebd (diff) | |
| parent | 1e4e0f5f1e317411198221dd3cd467c18d1d537a (diff) | |
Merge branch 'issue256' of github.com:aledeg/FreshRSS into dev
Diffstat (limited to 'public/themes')
| -rw-r--r-- | public/themes/default/freshrss.css | 3 | ||||
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 2d166d369..1fdb7ebc1 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -288,6 +288,9 @@ color: #000; outline: none; } + .flux.current .item.title a { + text-decoration: underline; + } .flux.not_read .item.title, .flux.current .item.title { font-weight: bold; diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index cfb79c46d..b249eb1a1 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -267,6 +267,9 @@ body { color: #333; outline: none; } + .flux.current .item.title a { + text-decoration: underline; + } .flux.current .item.title, .flux.not_read .item.title { font-weight: bold; |
