mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Add CSS to the notifications
This commit is contained in:
parent
81e11b4c33
commit
39b7349034
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user