summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Frans de Jonge <fransdejonge@gmail.com> 2019-10-27 21:59:36 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-27 21:59:36 +0100
commit7d9574e6f2b1a331c9ab0a1b05e88ba3699313f8 (patch)
treea30c981d37b368b9ba18b09da43396765b35ff28
parente0275beb8d0ee2dbded6fdba2f6ad38d4ae0bd4d (diff)
[fix] Origine unread CSS style (#2611)
Fixes #2604.
-rw-r--r--p/themes/Origine/origine.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index b4416b6a6..7e826dd5f 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -782,14 +782,17 @@ a.btn {
}
.flux.not_read {
- background: #fff3ed;
border-left: 2px solid #ff5300;
}
-.flux.not_read:not(.current):hover .item.title {
+.flux.not_read:not(.current) {
background: #fff3ed;
}
+.flux.not_read:not(.current):hover .item.title {
+ background: inherit;
+}
+
.flux.favorite {
background: #fff6da;
border-left: 2px solid #ffc300;