Make login box background transparent
This commit is contained in:
parent
a05c2030e8
commit
1ed42d51d1
@ -12,7 +12,7 @@ window.lockscreen {
|
|||||||
.login-box {
|
.login-box {
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
background-color: alpha(@theme_bg_color, 0.7);
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Round avatar image */
|
/* Round avatar image */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user