diff options
| author | 2014-01-20 14:30:15 +0100 | |
|---|---|---|
| committer | 2014-01-20 14:30:15 +0100 | |
| commit | f98af0c2733df5c39d6d853df6b0d3ab1d3f582f (patch) | |
| tree | 87bc1762d99eb8ba57d84d9aa6f28e898b88ce6b /p/themes/Dark/freshrss.css | |
| parent | 79d4893fc792119c390d2f744246df210b74f637 (diff) | |
.flux:not(.current):hover
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/367
Diffstat (limited to 'p/themes/Dark/freshrss.css')
| -rw-r--r-- | p/themes/Dark/freshrss.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index e9eb2c705..a5fb06bd2 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -269,7 +269,7 @@ .flux .item.title { background: inherit; } - .flux:hover .item.title { + .flux:not(.current):hover .item.title { border-right: 2px solid rgba(127, 127, 127, 0.1); padding-right: 1em; position: absolute; |
