[gnome-shell/uajain/adapt-user-avatar-part2: 51/62] theme: Make AuthPrompt messages white



commit 89a57c45bf6a8c6473bea2fcc885ccb00b5097f4
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Feb 5 16:00:10 2020 -0300

    theme: Make AuthPrompt messages white
    
    As per design review, it is more important to preserve the
    legibility of the labels than their actual warning colors.
    
    Make the login & unlock dialog message labels white.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/922

 data/theme/gnome-shell-sass/widgets/_login-dialog.scss | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss 
b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
index 65c775e38d..3a419704ac 100644
--- a/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
+++ b/data/theme/gnome-shell-sass/widgets/_login-dialog.scss
@@ -80,13 +80,17 @@
 
     StIcon { icon-size: 16px; }
   }
+
+  .caps-lock-warning-label,
+  .login-dialog-message-warning {
+    color: $osd_fg_color;
+  }
 }
 
 .login-dialog-logo-bin { padding: 24px 0px; }
 .login-dialog-banner { color: darken($osd_fg_color,10%); }
 .login-dialog-button-box { width: 23em; spacing: 5px; }
 .login-dialog-message { text-align: center; }
-.login-dialog-message-warning { color: $warning_color; }
 .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; }
 .login-dialog-user-selection-box { padding: 100px 0px; }
 .login-dialog-not-listed-label {


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