فهرست منبع

Mise à jour design (article courant)

L'article courant est désormais en blanc avec barre bleue (même s'il est
refermé). Le titre n'est plus sous-ligné mais mis en gras

Voir #291
Marien Fressinaud 12 سال پیش
والد
کامیت
e3fc889e51
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      public/themes/default/freshrss.css
  2. 2 2
      public/themes/flat-design/freshrss.css

+ 2 - 2
public/themes/default/freshrss.css

@@ -232,7 +232,7 @@
 	.flux:hover {
 	.flux:hover {
 		background: #fff;
 		background: #fff;
 	}
 	}
-	.flux.active {
+	.flux.current {
 		border-left: 3px solid #0062BE;
 		border-left: 3px solid #0062BE;
 		background: #fff;
 		background: #fff;
 	}
 	}
@@ -281,7 +281,7 @@
 				outline: none;
 				outline: none;
 			}
 			}
 			.flux.current .item.title a {
 			.flux.current .item.title a {
-				text-decoration: underline;
+				font-weight: bold;
 			}
 			}
 			.flux.not_read .flux_header .item.title {
 			.flux.not_read .flux_header .item.title {
 				font-weight: bold;
 				font-weight: bold;

+ 2 - 2
public/themes/flat-design/freshrss.css

@@ -215,7 +215,7 @@ body {
 .flux {
 .flux {
 	border-left: 3px solid #ecf0f1;
 	border-left: 3px solid #ecf0f1;
 }
 }
-	.flux.active {
+	.flux.current {
 		border-left-color: #3498db;
 		border-left-color: #3498db;
 		background: #fff;
 		background: #fff;
 	}
 	}
@@ -260,7 +260,7 @@ body {
 				outline: none;
 				outline: none;
 			}
 			}
 			.flux.current .item.title a {
 			.flux.current .item.title a {
-				text-decoration: underline;
+				font-weight: bold;
 			}
 			}
 			.flux.not_read .flux_header .item.title {
 			.flux.not_read .flux_header .item.title {
 				font-weight: bold;
 				font-weight: bold;