diff options
| -rw-r--r-- | p/themes/Dark/freshrss.css | 13 | ||||
| -rw-r--r-- | p/themes/Flat/freshrss.css | 13 | ||||
| -rw-r--r-- | 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 @@ -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, |
