From c5274cfa298f1020bab30bd6026323be9e4be43d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 20 Jan 2014 14:53:07 +0100 Subject: Pas de survol mobile https://github.com/marienfressinaud/FreshRSS/issues/367 --- p/themes/Origine/freshrss.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'p/themes/Origine/freshrss.css') diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index c71e516ce..20714a80c 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -277,11 +277,6 @@ } .flux .item.title { background: inherit; - } - .flux:not(.current):hover .item.title { - border-right: 2px solid rgba(127, 127, 127, 0.1); - padding-right: 1em; - position: absolute; } .flux .item.title a { color: #000; @@ -657,6 +652,14 @@ select.number option { text-align:right; } +@media(min-width: 841px) { + .flux:not(.current):hover .item.title { + border-right: 2px solid rgba(127, 127, 127, 0.1); + padding-right: 1em; + position: absolute; + } +} + @media(max-width: 840px) { .header, .aside .btn-important, -- cgit v1.2.3