[gnome-shell/wip/rstrode/login-screen-extensions: 13/134] loginDialog: make info messages themed




commit edaf240831f5ce41f9c9b75dce95819491184179
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 c2df282791..a382ce5618 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1801,7 +1801,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]