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" %}