Update classicappdark.css

This commit is contained in:
Thomas G 2022-08-28 11:47:07 +10:00
parent 8108608ee7
commit ab1256c040
1 changed files with 18 additions and 0 deletions

View File

@ -29,6 +29,24 @@ html {
margin: auto;
}
#alert,
#success {
height: fit-content;
margin: 0px;
animation: alertanim;
animation-duration: 250ms;
animation-iteration-count: 1;
position: fixed;
z-index: 10;
top: 72px;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 5px;
padding-left: 5px;
width: 100%;
text-align: center;
}
#footer, #footer_signup {
background: rgba(0,0,0,0.75);
}