From a103c028f9c518cdff6b6d5513cf9b13d61893af Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 17 Oct 2011 00:43:12 -0400 Subject: [PATCH] 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 --- data/theme/gdm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/theme/gdm.css b/data/theme/gdm.css index 83a09c1f7..b6a7e8c69 100644 --- a/data/theme/gdm.css +++ b/data/theme/gdm.css @@ -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; }