From d02dca48edb3dcd4f66c3750111f3ec132d9b7f1 Mon Sep 17 00:00:00 2001 From: Shane Tomlinson <stomlinson@mozilla.com> Date: Wed, 2 Nov 2011 20:29:05 +0000 Subject: [PATCH] Set the default text color to #000. Used in the addon so text is not white on white. closes #522 --- browserid/static/dialog/css/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/browserid/static/dialog/css/popup.css b/browserid/static/dialog/css/popup.css index e5f4503f2..441efacb3 100644 --- a/browserid/static/dialog/css/popup.css +++ b/browserid/static/dialog/css/popup.css @@ -18,6 +18,7 @@ body { font-size: 13px; line-height: 21px; background-image: url('/i/bg.png'); + color: #000; } -- GitLab