Explorar el Código

Correction design

Suppression des pointillés autour des liens au niveau du titre des
articles (ça faisait moche)
Marien Fressinaud hace 13 años
padre
commit
9f36d62818
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  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 {
 				color: #000;
+				outline: none;
 			}
 				.flux_header .item.title a:hover {
 					text-decoration: none

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

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