From 50b4d0377ce576caaeac8650a1e9191402ea148d Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 8 Dec 2024 19:40:31 +0530 Subject: [PATCH] New: Styled toast notifications --- Theme/ElegantFin-theme-nightly.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index b72682d..b29b2e1 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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); } \ No newline at end of file