From 09b541ad61dd3bc9a945429e94f741d2e70d4a1f Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 26 Jun 2017 14:35:05 -0400 Subject: [PATCH] loginDialog: Make info messages themed They were lacking a definition before leading them to show up invisible. Part-of: --- data/theme/gnome-shell-sass/widgets/_login-lock.scss | 5 +++++ 1 file changed, 5 insertions(+) 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;