This commit is contained in:
vinceliuice 2023-10-24 11:48:04 +08:00
parent a100e9802e
commit 7383146374

View file

@ -50,6 +50,19 @@
// the entries, one for the username, one for the password
entry {}
GtkComboBox {
background: none;
.button {
&, &:hover, &:active, &:focus {
padding: 0;
background: none;
border-style: none;
box-shadow: none;
}
}
}
}
// the buttons, alternatively this could also be done with a simple ".lightdm-gtk-greeter button"