New: Styled toast notifications

This commit is contained in:
lscambo13
2024-12-08 19:40:31 +05:30
parent f1456b244e
commit 50b4d0377c

View File

@@ -818,4 +818,11 @@ div[data-role=controlgroup] a.ui-btn-active {
.backdropCard,
.bannerCard {
width: 46%;
}
.toast {
background: var(--headerColor);
border: solid 1px var(--borderColor);
border-radius: .5em;
backdrop-filter: blur(1em);
}