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

Correction design

Suppression des pointillés autour des liens au niveau du titre des
articles (ça faisait moche)
Marien Fressinaud 12 лет назад
Родитель
Сommit
9f36d62818
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      public/themes/default/freshrss.css
  2. 1 0
      public/themes/flat-design/freshrss.css

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

@@ -279,6 +279,7 @@
 		}
 		}
 			.flux_header .item.title a {
 			.flux_header .item.title a {
 				color: #000;
 				color: #000;
+				outline: none;
 			}
 			}
 				.flux_header .item.title a:hover {
 				.flux_header .item.title a:hover {
 					text-decoration: none
 					text-decoration: none

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

@@ -273,6 +273,7 @@ body {
 		}
 		}
 			.flux_header .item.title a {
 			.flux_header .item.title a {
 				color: #333;
 				color: #333;
+				outline: none;
 			}
 			}
 				.flux_header .item.title a:hover {
 				.flux_header .item.title a:hover {
 					text-decoration: none
 					text-decoration: none