This commit is contained in:
vinceliuice
2023-10-24 12:12:17 +08:00
parent 7383146374
commit c39f01542a
2 changed files with 36 additions and 1 deletions

View File

@@ -110,4 +110,4 @@
// the warning, in case a wrong password is entered or something else goes wrong according to PAM // the warning, in case a wrong password is entered or something else goes wrong according to PAM
#greeter_infobar { #greeter_infobar {
font-weight: bold; font-weight: bold;
} }

View File

@@ -94,3 +94,38 @@ UnityPanelWidget,
animation: spin 1s linear infinite; animation: spin 1s linear infinite;
color: $primary; color: $primary;
} }
// slick greeter
.lightdm {
&.menu {
background-image: none;
background-color: rgba(black, 0.45);
border: none;
border-radius: $window-radius;
padding: 0;
color: white;
.menuitem *,
.menuitem.check:active,
.menuitem.radio:active {
color: white;
}
}
&.menubar {
color: transparentize(white, 0.2);
background-image: none;
background-color: transparentize(black, 0.5);
& > .menuitem {
padding: 2px 6px;
}
}
&-combo .menu {
background-color: $base;
border-radius: 0;
padding: 0;
color: $text;
}
}