summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2014-01-20 14:53:07 +0100
committerGravatar Alexandre Alapetite <alexandre.alapetite@alexandra.dk> 2014-01-20 14:53:07 +0100
commitc5274cfa298f1020bab30bd6026323be9e4be43d (patch)
tree7c283446f1293e8c557312fc264d83c0378552a5
parentf98af0c2733df5c39d6d853df6b0d3ab1d3f582f (diff)
Pas de survol mobile
https://github.com/marienfressinaud/FreshRSS/issues/367
-rw-r--r--p/themes/Dark/freshrss.css13
-rw-r--r--p/themes/Flat/freshrss.css13
-rw-r--r--p/themes/Origine/freshrss.css13
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
@@ -269,11 +269,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;
outline: none;
@@ -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
@@ -264,11 +264,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;
outline: none;
@@ -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
@@ -278,11 +278,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;
outline: none;
@@ -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,