master
vinceliuice 3 years ago
parent f4bf731b18
commit d73666cfe1

@ -44,30 +44,28 @@
padding-bottom: 28px - 12px; // take into account the hard-coded 12px margin_bottom
}
#login_window {
// the user-combobox
#user_combobox button {}
// the entries, one for the username, one for the password
entry {}
}
// #login_window {
// // the user-combobox
// // #user_combobox button {}
//
// // the entries, one for the username, one for the password
// // entry {}
// }
// the buttons, alternatively this could also be done with a simple ".lightdm-gtk-greeter button"
#login_window button,
#shutdown_dialog button,
#restart_dialog button {
}
// #login_window,
// #shutdown_dialog,
// #restart_dialog {
// button {}
// }
.lightdm-gtk-greeter button {
}
// .lightdm-gtk-greeter button {}
// the user's avatar box
#user_image {
}
// #user_image {}
// the border around the user's avatar box
#user_image_border {
}
// #user_image_border {}
// the lower half of the login-window, in GtkDialog terms the buttonbox or action area
#buttonbox_frame {
@ -84,14 +82,12 @@
}
// the shutdown button
#shutdown_button {
}
// #shutdown_button {}
// the restart button
#restart_button {
}
// #restart_button {}
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
#greeter_infobar {
// font-weight: bold;
}
// #greeter_infobar {
// font-weight: bold;
// }

Loading…
Cancel
Save