[gnome-shell/wip/rstrode/rhel-8.0.0: 13/50] loginDialog: make info messages themed



commit 98e4af971238e33a443e30fd3c914a77a0638d23
Author: Ray Strode <rstrode redhat com>
Date:   Mon Jun 26 14:35:05 2017 -0400

    loginDialog: make info messages themed
    
    They were lacking a definition before leading them to
    show up invisible.

 data/theme/gnome-shell-sass/_common.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 4e82ef58b..ee643c440 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1769,7 +1769,12 @@ StScrollBar {
   .login-dialog-banner { color: darken($osd_fg_color,10%); }
   .login-dialog-button-box { spacing: 5px; }
   .login-dialog-message-warning { color: $warning_color; }
-  .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; }
+  .login-dialog-message-hint, .login-dialog-message {
+    color: darken($osd_fg_color, 20%);
+    padding-top: 0;
+    padding-bottom: 20px;
+    min-height: 2.75em;
+  }
   .login-dialog-user-selection-box { padding: 100px 0px; }
   .login-dialog-not-listed-label {
     padding-left: 2px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]