From 629d556bc65cbb9c6b431212fcca7614582da876 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Fri, 13 Jan 2012 12:24:03 +0000
Subject: [PATCH] Fix the fix for #850.  When generating assertions, the links
 on the pick_email screen turned blue.

---
 resources/static/dialog/css/popup.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css
index 092fae173..8cf471347 100644
--- a/resources/static/dialog/css/popup.css
+++ b/resources/static/dialog/css/popup.css
@@ -397,7 +397,7 @@ label[for=remember] {
   line-height: 18px;
 }
 
-.waiting .vertical a {
+#back.cancelVerify {
   background-color: transparent;
   color: #549FDC;
   font-size: 1em;
-- 
GitLab