aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-29 13:35:53 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-29 13:35:53 +0100
commitae09cbec4237c903b8c83c0dc5cc8051195c030a (patch)
tree28c856acd4b2260afb90254ae99fffa46612dec9
parent47bccc731f4abb7592c327a2e6a2783c825558b4 (diff)
Style de l'article courant est prioritaire
Si un article est non lu mais sélectionné (article courant), son style sera bleu et non pas rouge. Idem pour les favoris Voir #298
-rw-r--r--public/themes/default/freshrss.css11
-rw-r--r--public/themes/flat-design/freshrss.css11
2 files changed, 8 insertions, 14 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 1fdb7ebc1..59872a409 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -234,10 +234,6 @@
.flux:hover {
background: #fff;
}
- .flux.current {
- border-left: 3px solid #0062BE;
- background: #fff;
- }
.flux.not_read {
border-left: 3px solid #FF5300;
background: #FFF3ED;
@@ -246,6 +242,10 @@
border-left: 3px solid #FFC300;
background: #FFF6DA;
}
+ .flux.current {
+ border-left: 3px solid #0062BE;
+ background: #fff;
+ }
.flux_header {
height: 25px;
@@ -288,9 +288,6 @@
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 b249eb1a1..bce97f262 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -217,10 +217,6 @@ body {
.flux {
border-left: 3px solid #ecf0f1;
}
- .flux.current {
- border-left-color: #3498db;
- background: #fff;
- }
.flux.not_read {
border-left-color: #FF5300;
background: #FFF3ED;
@@ -229,6 +225,10 @@ body {
border-left-color: #FFC300;
background: #FFF6DA;
}
+ .flux.current {
+ border-left-color: #3498db;
+ background: #fff;
+ }
.flux_header {
height: 25px;
@@ -267,9 +267,6 @@ 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;