loginDialog: Make info messages themed

They were lacking a definition before leading them to
show up invisible.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3298>
This commit is contained in:
Ray Strode 2017-06-26 14:35:05 -04:00 committed by Florian Müllner
parent f31099cd85
commit 09b541ad61

View File

@ -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;