aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2013-11-28 22:54:41 -0500
committerGravatar Alexis Degrugillier <github@ainw.org> 2013-11-28 22:54:41 -0500
commitc6ef2e826cb5925dc0f7b487777e7d35247ce5b3 (patch)
treeca037a35eae5d8f3dda322ac4fa23133937c00d4
parent69662117a31bed413d71a4636257fcd44a51384d (diff)
Ajout d'un règle pour mettre en valeur l'article courant
-rw-r--r--public/themes/default/freshrss.css3
-rw-r--r--public/themes/flat-design/freshrss.css3
2 files changed, 6 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 2d166d369..1fdb7ebc1 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -288,6 +288,9 @@
color: #000;
outline: none;
}
+ .flux.current .item.title a {
+ text-decoration: underline;
+ }
.flux.not_read .item.title,
.flux.current .item.title {
font-weight: bold;
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index cfb79c46d..b249eb1a1 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -267,6 +267,9 @@ body {
color: #333;
outline: none;
}
+ .flux.current .item.title a {
+ text-decoration: underline;
+ }
.flux.current .item.title,
.flux.not_read .item.title {
font-weight: bold;