diff options
| author | 2013-12-18 22:44:52 +0100 | |
|---|---|---|
| committer | 2013-12-18 22:44:52 +0100 | |
| commit | 8f002eb042d06abc464466bdc4cacb37b63a8f7e (patch) | |
| tree | 2b7b3319650c13082a8fb331d222272138b02618 /public/themes/flat-design | |
| parent | e29be10556e1994083bce7398eee0a3edc017a9d (diff) | |
CSS : style pour les titres trop longs
En réponse à https://github.com/marienfressinaud/FreshRSS/pull/322
Diffstat (limited to 'public/themes/flat-design')
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 7ce67ef22..cecb4cc06 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -220,6 +220,9 @@ body { .flux { border-left: 3px solid #ecf0f1; } + .flux:hover { + background: #fff; + } .flux.not_read { border-left-color: #FF5300; background: #FFF3ED; @@ -266,6 +269,12 @@ body { white-space: nowrap; text-overflow: ellipsis; } + .flux .item.title:hover { + background: #FFF; + overflow: visible; + padding-right: 1.5em; + position: absolute; + } .flux .item.title a { color: #333; outline: none; |
