Make login box background transparent

This commit is contained in:
2026-03-26 16:31:54 +01:00
parent 6907db0c2a
commit de0b1d40ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ window.greeter {
.login-box {
padding: 40px;
border-radius: 12px;
background-color: alpha(@theme_bg_color, 0.7);
background-color: transparent;
}
/* Round avatar image — size is set via set_size_request() in code */