diff --git a/data/theme/gnome-shell-sass/widgets/_login-lock.scss b/data/theme/gnome-shell-sass/widgets/_login-lock.scss index 4dc9aec0b..909fa6238 100644 --- a/data/theme/gnome-shell-sass/widgets/_login-lock.scss +++ b/data/theme/gnome-shell-sass/widgets/_login-lock.scss @@ -80,6 +80,11 @@ $_gdm_dialog_width: 25em; text-align: center; } +.login-dialog-message-hint, .login-dialog-message { + color: darken($_gdm_fg, 10%); + min-height: 2.75em; +} + .login-dialog-user-selection-box { // padding to ensure the box doesn't overlap the panel padding-top: 4em;