From 4a39c10eefb17c0f1048c9522901b14438cee777 Mon Sep 17 00:00:00 2001 From: manuroe Date: Tue, 24 Feb 2015 16:20:48 +0100 Subject: [PATCH] Fallback registration page: oops. Removed dev test. --- static/client/register/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/client/register/style.css b/static/client/register/style.css index 6295619ec..a3398852b 100644 --- a/static/client/register/style.css +++ b/static/client/register/style.css @@ -51,6 +51,6 @@ textarea, input { -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15); - background-color: #fff800; + background-color: #f8f8f8; border: 1px #ccc solid; } \ No newline at end of file