Make login box background transparent
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user