From 33956ae957d5ead6ef654f30cafb4bb7c84e8918 Mon Sep 17 00:00:00 2001 From: Matthew Noorenberghe Date: Fri, 21 Jun 2019 19:07:38 +0000 Subject: [PATCH] Bug 1559997 - Use a monospace password font in generated autocomplete. r=sfoster Also fix the autocomplete footer size. Differential Revision: https://phabricator.services.mozilla.com/D35562 --HG-- extra : moz-landing-system : lando --- browser/base/content/browser.css | 2 +- browser/themes/shared/autocomplete.inc.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index a34ea3f3f0f1..eee96b8eda07 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -691,7 +691,7 @@ html|input.urlbar-input { #PopupAutoComplete > richlistbox > richlistitem[originaltype="loginsFooter"] { -moz-box-pack: center; color: -moz-fieldText; - min-height: 40px; + min-height: 2.6666em; border-top: 1px solid rgba(38,38,38,.15); background-color: hsla(0,0%,80%,.35); /* match arrowpanel-dimmed */; } diff --git a/browser/themes/shared/autocomplete.inc.css b/browser/themes/shared/autocomplete.inc.css index db8686b9d03b..723f29eda72f 100644 --- a/browser/themes/shared/autocomplete.inc.css +++ b/browser/themes/shared/autocomplete.inc.css @@ -93,6 +93,9 @@ padding: 4px; } +#PopupAutoComplete > richlistbox > richlistitem[originaltype="generatedPassword"] > .two-line-wrapper > .labels-wrapper > .line2-label { + font-family: monospace; +} #PopupAutoComplete > richlistbox > richlistitem[originaltype="login"] + richlistitem[originaltype="generatedPassword"], #PopupAutoComplete > richlistbox > richlistitem[originaltype="loginWithOrigin"] + richlistitem[originaltype="generatedPassword"] {