gdm: add prelight to Not Listed? button

The prelight makes it clearer that the button is
clickable, and makes it more consistent with other
clickable parts of the dialog.

https://bugzilla.gnome.org/show_bug.cgi?id=659763
This commit is contained in:
Ray Strode 2011-10-17 00:43:12 -04:00
parent 775347d865
commit a103c028f9

View File

@ -98,6 +98,10 @@
color: #666666;
}
.login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
color: white;
}
.login-dialog-prompt-layout {
padding-bottom: 32px;
}