Просмотр исходного кода

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 лет назад
Родитель
Сommit
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 {
 		background: #fff;
 	}
-	.flux.active {
+	.flux.current {
 		border-left: 3px solid #0062BE;
 		background: #fff;
 	}
@@ -281,7 +281,7 @@
 				outline: none;
 			}
 			.flux.current .item.title a {
-				text-decoration: underline;
+				font-weight: bold;
 			}
 			.flux.not_read .flux_header .item.title {
 				font-weight: bold;

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

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