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

Ajout d'un règle pour mettre en valeur l'article courant

Alexis Degrugillier 12 лет назад
Родитель
Сommit
c6ef2e826c
2 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      public/themes/default/freshrss.css
  2. 3 0
      public/themes/flat-design/freshrss.css

+ 3 - 0
public/themes/default/freshrss.css

@@ -288,6 +288,9 @@
 				color: #000;
 				outline: none;
 			}
+			.flux.current .item.title a {
+				text-decoration: underline;
+			}
 			.flux.not_read .item.title,
 			.flux.current .item.title {
 				font-weight: bold;

+ 3 - 0
public/themes/flat-design/freshrss.css

@@ -267,6 +267,9 @@ 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;