From c39f01542a10a5d0e71bba2db06707973b93ba5e Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 24 Oct 2023 12:12:17 +0800 Subject: [PATCH] update --- src/sass/gtk/apps/_lightdm.scss | 2 +- src/sass/gtk/apps/_unity.scss | 35 +++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/src/sass/gtk/apps/_lightdm.scss b/src/sass/gtk/apps/_lightdm.scss index 818482f5..ce192e1f 100644 --- a/src/sass/gtk/apps/_lightdm.scss +++ b/src/sass/gtk/apps/_lightdm.scss @@ -110,4 +110,4 @@ // the warning, in case a wrong password is entered or something else goes wrong according to PAM #greeter_infobar { font-weight: bold; -} +} \ No newline at end of file diff --git a/src/sass/gtk/apps/_unity.scss b/src/sass/gtk/apps/_unity.scss index 7fc7dc2a..617b58c9 100644 --- a/src/sass/gtk/apps/_unity.scss +++ b/src/sass/gtk/apps/_unity.scss @@ -94,3 +94,38 @@ UnityPanelWidget, animation: spin 1s linear infinite; 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; + } +}