1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-23 01:47:40 +00:00

Fix notifications

This commit is contained in:
jcorporation
2018-07-02 20:59:56 +01:00
parent a61023c2db
commit 691b90a2c9
3 changed files with 22 additions and 13 deletions

View File

@@ -200,12 +200,10 @@ div#alertBox {
opacity:0;
visibility:visible;
transition:opacity 0.5s ease-in;
display:none;
}
div.alertBoxActive {
opacity:1 !important;
visibility:visible !important;
transition:opacity 0.5s ease-in;
display:block !important;
}