css: Style the capslock warning in password entries

https://bugzilla.gnome.org/show_bug.cgi?id=660806
This commit is contained in:
Florian Müllner 2011-10-17 22:06:31 +02:00
parent a26a77f9db
commit 0eab448221
2 changed files with 11 additions and 0 deletions

View File

@ -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;

View File

@ -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;