From 01b487e710669c81d4139a1354740b3d3d715846 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 24 Oct 2023 11:36:27 +0800 Subject: [PATCH] update --- src/sass/gtk/apps/_lightdm.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/apps/_lightdm.scss b/src/sass/gtk/apps/_lightdm.scss index 7f455625..dc344f78 100644 --- a/src/sass/gtk/apps/_lightdm.scss +++ b/src/sass/gtk/apps/_lightdm.scss @@ -33,10 +33,10 @@ #login_window, #shutdown_dialog, #restart_dialog { - margin: 8px; border-radius: $corner-radius; box-shadow: $shadow-z4, inset 0 1px highlight($surface); background-color: $surface; + color: $text; } // the top half of the login-window, in GtkDialog terms, the content @@ -63,10 +63,13 @@ // the user's avatar box #user_image { + padding: 3px; + border-radius: 3px; } // the border around the user's avatar box #user_image_border { + border-radius: 3px; } // the lower half of the login-window, in GtkDialog terms the buttonbox or action area @@ -93,5 +96,5 @@ // the warning, in case a wrong password is entered or something else goes wrong according to PAM #greeter_infobar { - // font-weight: bold; + font-weight: bold; }