diff options
author | manuroe <manu@matrix.org> | 2015-02-24 16:20:48 +0100 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2015-02-24 16:20:48 +0100 |
commit | 4a39c10eefb17c0f1048c9522901b14438cee777 (patch) | |
tree | 1ab50c5048f181f9197e8858fd9621c7bd39b7f8 /static | |
parent | Fallback registration page: added the classic viewport meta to fix the displa... (diff) | |
download | synapse-4a39c10eefb17c0f1048c9522901b14438cee777.tar.xz |
Fallback registration page: oops. Removed dev test.
Diffstat (limited to 'static')
-rw-r--r-- | static/client/register/style.css | 2 |
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 |