Browse Source

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
Marien Fressinaud 12 years ago
parent
commit
ae09cbec42
2 changed files with 8 additions and 14 deletions
  1. 4 7
      public/themes/default/freshrss.css
  2. 4 7
      public/themes/flat-design/freshrss.css

+ 4 - 7
public/themes/default/freshrss.css

@@ -234,10 +234,6 @@
 	.flux:hover {
 	.flux:hover {
 		background: #fff;
 		background: #fff;
 	}
 	}
-	.flux.current {
-		border-left: 3px solid #0062BE;
-		background: #fff;
-	}
 	.flux.not_read {
 	.flux.not_read {
 		border-left: 3px solid #FF5300;
 		border-left: 3px solid #FF5300;
 		background: #FFF3ED;
 		background: #FFF3ED;
@@ -246,6 +242,10 @@
 		border-left: 3px solid #FFC300;
 		border-left: 3px solid #FFC300;
 		background: #FFF6DA;
 		background: #FFF6DA;
 	}
 	}
+	.flux.current {
+		border-left: 3px solid #0062BE;
+		background: #fff;
+	}
 
 
 	.flux_header {
 	.flux_header {
 		height: 25px;
 		height: 25px;
@@ -288,9 +288,6 @@
 				color: #000;
 				color: #000;
 				outline: none;
 				outline: none;
 			}
 			}
-			.flux.current .item.title a {
-				text-decoration: underline;
-			}
 			.flux.not_read .item.title,
 			.flux.not_read .item.title,
 			.flux.current .item.title {
 			.flux.current .item.title {
 				font-weight: bold;
 				font-weight: bold;

+ 4 - 7
public/themes/flat-design/freshrss.css

@@ -217,10 +217,6 @@ body {
 .flux {
 .flux {
 	border-left: 3px solid #ecf0f1;
 	border-left: 3px solid #ecf0f1;
 }
 }
-	.flux.current {
-		border-left-color: #3498db;
-		background: #fff;
-	}
 	.flux.not_read {
 	.flux.not_read {
 		border-left-color: #FF5300;
 		border-left-color: #FF5300;
 		background: #FFF3ED;
 		background: #FFF3ED;
@@ -229,6 +225,10 @@ body {
 		border-left-color: #FFC300;
 		border-left-color: #FFC300;
 		background: #FFF6DA;
 		background: #FFF6DA;
 	}
 	}
+	.flux.current {
+		border-left-color: #3498db;
+		background: #fff;
+	}
 
 
 	.flux_header {
 	.flux_header {
 		height: 25px;
 		height: 25px;
@@ -267,9 +267,6 @@ body {
 				color: #333;
 				color: #333;
 				outline: none;
 				outline: none;
 			}
 			}
-			.flux.current .item.title a {
-				text-decoration: underline;
-			}
 			.flux.current .item.title,
 			.flux.current .item.title,
 			.flux.not_read .item.title {
 			.flux.not_read .item.title {
 				font-weight: bold;
 				font-weight: bold;