From 8a61322ce25eef4041864d5bdb6f06ead3de0a3b Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 25 Aug 2015 10:20:34 +0200 Subject: [PATCH] Add white bg to forgotten password link Lastpass injects its password-fill icon into password inputs, this shows up awkwardly with the forgot-password button. Adding a white BG hides this. Followup on #5641 --- core/client/app/styles/layouts/auth.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/client/app/styles/layouts/auth.css b/core/client/app/styles/layouts/auth.css index 8736cc9b8c..dbd85ba0e1 100644 --- a/core/client/app/styles/layouts/auth.css +++ b/core/client/app/styles/layouts/auth.css @@ -33,13 +33,16 @@ .forgotten-wrap .forgotten-link { position: absolute; top: 10px; - right: 0; + right: 1px; bottom: 10px; - padding: 0 12px; + padding: 0 11px 0 12px; border-left: #dae1e3 1px solid; + background: #fff; border-radius: 0; text-transform: none; letter-spacing: 0; + /* Needs white BG to hide browser-extension password tools like + lastpass and safari-password manager */ } .forgotten-link:hover {