css: Style the capslock warning in password entries
https://bugzilla.gnome.org/show_bug.cgi?id=660806
This commit is contained in:
parent
a26a77f9db
commit
0eab448221
@ -121,6 +121,11 @@
|
|||||||
width: 15em;
|
width: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login-dialog-prompt-entry .capslock-warning {
|
||||||
|
icon-size: 16px;
|
||||||
|
warning-color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
.login-dialog-session-list {
|
.login-dialog-session-list {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 10.5pt;
|
font-size: 10.5pt;
|
||||||
|
@ -1907,6 +1907,12 @@ StTooltip StLabel {
|
|||||||
border: 2px solid #3465a4;
|
border: 2px solid #3465a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.polkit-dialog-password-entry .capslock-warning {
|
||||||
|
icon-size: 16px;
|
||||||
|
warning-color: #999;
|
||||||
|
padding: 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.polkit-dialog-error-label {
|
.polkit-dialog-error-label {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: #ffff00;
|
color: #ffff00;
|
||||||
|
Loading…
Reference in New Issue
Block a user