From c7b206482ec1dfbec7c80ae884f599e7378a7b06 Mon Sep 17 00:00:00 2001 From: moepoi Date: Sun, 26 Sep 2021 22:44:12 +0700 Subject: [PATCH] Disable blue border on Forgot Password Page --- forgot-password.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/forgot-password.html b/forgot-password.html index 91271bb..e11d3cf 100644 --- a/forgot-password.html +++ b/forgot-password.html @@ -199,6 +199,11 @@ background-color: red; border-color: red; } + + :focus { + outline: 0 !important; + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; + }