From 80f07334674b846f3a15ec3f336c9600790161cc Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 19 Mar 2019 23:25:16 +0100 Subject: [PATCH] Harden border for light theme login page form fields --- portal/assets/themes/light/custom_portal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/assets/themes/light/custom_portal.css b/portal/assets/themes/light/custom_portal.css index 2fa5735..110ac2c 100644 --- a/portal/assets/themes/light/custom_portal.css +++ b/portal/assets/themes/light/custom_portal.css @@ -14,7 +14,7 @@ body { } .login-form .form-group { - border: 1px solid #ddd; + border: 1px solid #bbb; } .user-container,