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/Dark/freshrss.css | 13 ++++++++----- p/themes/Flat/freshrss.css | 13 ++++++++----- p/themes/Origine/freshrss.css | 13 ++++++++----- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index a5fb06bd2..718f98272 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -268,11 +268,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: #888; @@ -652,6 +647,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, diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index f3bef7222..263a69a3a 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -263,11 +263,6 @@ body { } .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: #333; @@ -656,6 +651,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, 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