فهرست منبع

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 سال پیش
والد
کامیت
ae09cbec42
2فایلهای تغییر یافته به همراه8 افزوده شده و 14 حذف شده
  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 {
 		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;

+ 4 - 7
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;