diff options
| author | 2013-11-10 20:49:58 +0100 | |
|---|---|---|
| committer | 2013-11-10 20:49:58 +0100 | |
| commit | e7fa10dc9de6c136b0f57097c7d9d8b93460c43f (patch) | |
| tree | 0bf895308bb0618ee6d50fde34e9d13c03456e5f | |
| parent | fb8f51f6f9c5e261291183306894eb922575ec39 (diff) | |
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
| -rw-r--r-- | public/themes/default/freshrss.css | 1 | ||||
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index a323bf5b4..34ec1395c 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -586,6 +586,7 @@ background: #ddd; color: #666; font-weight: bold; + z-index: 10; } .notification.good { background: #f4f899; diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index df9a0ed82..23d1d93ea 100644 --- a/public/themes/flat-design/freshrss.css +++ b/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; |
