From 7697e29064686c3c8a63b19965c543c855532fd5 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Thu, 23 Mar 2023 15:18:14 +0200 Subject: [PATCH] Panel: transparent background in login/unlock --- css/panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/panel.css b/css/panel.css index b41807c..75ad5ec 100644 --- a/css/panel.css +++ b/css/panel.css @@ -5,7 +5,7 @@ font-size: 14px; } -#panel:overview { +#panel:overview, #panel.unlock-screen, #panel.login-screen { background-color: transparent; }