aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat/freshrss.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2014-01-20 14:30:15 +0100
committerGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2014-01-20 14:30:15 +0100
commitf98af0c2733df5c39d6d853df6b0d3ab1d3f582f (patch)
tree87bc1762d99eb8ba57d84d9aa6f28e898b88ce6b /p/themes/Flat/freshrss.css
parent79d4893fc792119c390d2f744246df210b74f637 (diff)
.flux:not(.current):hover
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/367
Diffstat (limited to 'p/themes/Flat/freshrss.css')
-rw-r--r--p/themes/Flat/freshrss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css
index dca1b3f28..f3bef7222 100644
--- a/p/themes/Flat/freshrss.css
+++ b/p/themes/Flat/freshrss.css
@@ -264,7 +264,7 @@ body {
.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;