[gnome-shell] css: Style the capslock warning in password entries



commit 0eab448221146a16d79195a67f6007cdb3cf3142
Author: Florian MÃllner <fmuellner gnome org>
Date:   Mon Oct 17 22:06:31 2011 +0200

    css: Style the capslock warning in password entries
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660806

 data/theme/gdm.css         |    5 +++++
 data/theme/gnome-shell.css |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gdm.css b/data/theme/gdm.css
index b6a7e8c..c23178f 100644
--- a/data/theme/gdm.css
+++ b/data/theme/gdm.css
@@ -121,6 +121,11 @@
     width: 15em;
 }
 
+.login-dialog-prompt-entry .capslock-warning {
+    icon-size: 16px;
+    warning-color: #999;
+}
+
 .login-dialog-session-list {
     color: #ffffff;
     font-size: 10.5pt;
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index b9d22cb..46b7abf 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1907,6 +1907,12 @@ StTooltip StLabel {
     border: 2px solid #3465a4;
 }
 
+.polkit-dialog-password-entry .capslock-warning {
+    icon-size: 16px;
+    warning-color: #999;
+    padding: 0 4px;
+}
+
 .polkit-dialog-error-label {
     font-size: 10pt;
     color: #ffff00;



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