Ver código fonte

Notifications devant "boite d'actualisation"

Puisque les notifications peuvent être fermées, autant les mettre
devant, ainsi on peut voir les notifications puis l'avancement de
l'actualisation des flux

Voir issue #196
Marien Fressinaud 12 anos atrás
pai
commit
8a52d3cc8e

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

@@ -586,6 +586,7 @@
 	background: #ddd;
 	color: #666;
 	font-weight: bold;
+	z-index: 10;
 }
 	.notification.good {
 		background: #f4f899;

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

@@ -577,6 +577,7 @@ body {
 	background: #ddd;
 	color: #666;
 	font-weight: bold;
+	z-index: 10;
 }
 	.notification.good {
 		background: #1abc9c;