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

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 лет назад
Родитель
Сommit
e7fa10dc9d
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

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