Explorar el Código

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 hace 12 años
padre
commit
e7fa10dc9d
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

@@ -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;