summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2015-02-24 16:20:48 +0100
committermanuroe <manu@matrix.org>2015-02-24 16:20:48 +0100
commit4a39c10eefb17c0f1048c9522901b14438cee777 (patch)
tree1ab50c5048f181f9197e8858fd9621c7bd39b7f8 /static
parentFallback registration page: added the classic viewport meta to fix the displa... (diff)
downloadsynapse-4a39c10eefb17c0f1048c9522901b14438cee777.tar.xz
Fallback registration page: oops. Removed dev test.
Diffstat (limited to 'static')
-rw-r--r--static/client/register/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/client/register/style.css b/static/client/register/style.css
index 6295619ec4..a3398852b9 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