Make login box background transparent
This commit is contained in:
parent
6907db0c2a
commit
de0b1d40ba
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "moongreet"
|
name = "moongreet"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "A greetd greeter for Wayland with GTK4"
|
description = "A greetd greeter for Wayland with GTK4"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@ -12,7 +12,7 @@ window.greeter {
|
|||||||
.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 — size is set via set_size_request() in code */
|
/* Round avatar image — size is set via set_size_request() in code */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user