From 29fdcdf1cb01d0589125958a53af66258a71d9e3 Mon Sep 17 00:00:00 2001 From: Prayag Date: Thu, 21 Oct 2021 10:50:21 +0530 Subject: [PATCH] Fix #44 --- addons/imp-per.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/addons/imp-per.css b/addons/imp-per.css index 3cc9649..a473cc2 100644 --- a/addons/imp-per.css +++ b/addons/imp-per.css @@ -1,8 +1,12 @@ * { - mask: none !important; - -webkit-mask: none !important; + mask: none !important; + -webkit-mask: none !important; } .layout-mobile #itemDetailPage::after { - display: none !important; -} \ No newline at end of file + display: none !important; +} + +.div#loginPage { + background-image: var(--accent-icon) !important; +}