Add CSS to the notifications

This commit is contained in:
Skia 2016-12-14 19:15:53 +01:00
parent 81e11b4c33
commit 39b7349034

View File

@ -65,9 +65,11 @@ header form {
}
#notif {
display: none;
position: fixed;
position: absolute;
background: lightgrey;
text-align: center;
overflow: scroll;
max-height: 400px;
}
#notif li:hover {
background: #bcc;