Преглед изворни кода

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

Alexis Degrugillier пре 12 година
родитељ
комит
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;