This commit is contained in:
vinceliuice
2023-10-24 11:36:27 +08:00
parent 0f3ce76aa5
commit 01b487e710

View File

@@ -33,10 +33,10 @@
#login_window, #login_window,
#shutdown_dialog, #shutdown_dialog,
#restart_dialog { #restart_dialog {
margin: 8px;
border-radius: $corner-radius; border-radius: $corner-radius;
box-shadow: $shadow-z4, inset 0 1px highlight($surface); box-shadow: $shadow-z4, inset 0 1px highlight($surface);
background-color: $surface; background-color: $surface;
color: $text;
} }
// the top half of the login-window, in GtkDialog terms, the content // the top half of the login-window, in GtkDialog terms, the content
@@ -63,10 +63,13 @@
// the user's avatar box // the user's avatar box
#user_image { #user_image {
padding: 3px;
border-radius: 3px;
} }
// the border around the user's avatar box // the border around the user's avatar box
#user_image_border { #user_image_border {
border-radius: 3px;
} }
// the lower half of the login-window, in GtkDialog terms the buttonbox or action area // 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 // 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;
} }