From 310f55a28ec871b72e1945067498b0216f9bdb8b Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 21 Aug 2020 14:43:25 +0200 Subject: [PATCH] Light background on login box --- apps/registration/static/registration/login.css | 6 +++--- note_kfet/templates/registration/login.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/registration/static/registration/login.css b/apps/registration/static/registration/login.css index 744e8485..2475648e 100644 --- a/apps/registration/static/registration/login.css +++ b/apps/registration/static/registration/login.css @@ -4,11 +4,11 @@ Font-Awesome attribution is already done inside SVG files */ #login-form input[type="text"] { - background: right 1rem top 50% / 5% no-repeat url('fa-user.svg'); + background: #fff right 1rem top 50% / 5% no-repeat url('fa-user.svg'); padding-right: 3rem; } #login-form input[type="password"] { - background: right 1rem top 50% / 5% no-repeat url('fa-lock.svg'); + background: #fff right 1rem top 50% / 5% no-repeat url('fa-lock.svg'); padding-right: 3rem; -} \ No newline at end of file +} diff --git a/note_kfet/templates/registration/login.html b/note_kfet/templates/registration/login.html index 65eb9f3b..554a37d8 100644 --- a/note_kfet/templates/registration/login.html +++ b/note_kfet/templates/registration/login.html @@ -13,7 +13,7 @@ SPDX-License-Identifier: GPL-2.0-or-later {% endblock %} {% block content %} -
+

{% trans "Log in" %}