diff options
| author | 2013-09-14 20:37:18 +0200 | |
|---|---|---|
| committer | 2013-09-14 20:37:18 +0200 | |
| commit | 3a20c42239e48846542ef8f32e17fa0de67d2813 (patch) | |
| tree | 8ed70591712b16c894360a3e150fe0a815973e09 /public/themes/default | |
| parent | 06236ba4463848b1f75fae58ee2ae4d995e273c9 (diff) | |
| parent | a9765af95cf512b76775750ca7e3e2163ca7b3f8 (diff) | |
Merge branch 'ControlClick' of https://github.com/Alkarex/FreshRSS into Alkarex-ControlClick
Conflicts:
app/views/javascript/main.phtml
+ Mise à jour thèmes
Diffstat (limited to 'public/themes/default')
| -rw-r--r-- | public/themes/default/freshrss.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 92eaafaf0..e109e80ae 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -263,6 +263,12 @@ text-overflow: ellipsis; cursor: pointer; } + .flux_header .item.title a { + color: #000; + } + .flux_header .item.title a:hover { + text-decoration: none + } .flux.not_read .flux_header .item.title { font-weight: bold; } |
