Bug 1380556 - Darken the font color of also fill note on the dropdown footer. r=lchang draft
authorRay Lin <ralin@mozilla.com>
Thu, 13 Jul 2017 12:54:29 +0800
changeset 608030 385204b399d61d68c62b489b88a436a51b645b9e
parent 607967 30ea2905130e85f9e1d8d56fa3097901eec6514b
child 637201 aafb52f37a64e204ff76a0e8e40ac3f46a736cab
push id68166
push userbmo:ralin@mozilla.com
push dateThu, 13 Jul 2017 04:55:45 +0000
reviewerslchang
bugs1380556
milestone56.0a1
Bug 1380556 - Darken the font color of also fill note on the dropdown footer. r=lchang MozReview-Commit-ID: 1QbW7zPXs10
browser/extensions/formautofill/skin/shared/autocomplete-item.css
--- a/browser/extensions/formautofill/skin/shared/autocomplete-item.css
+++ b/browser/extensions/formautofill/skin/shared/autocomplete-item.css
@@ -90,17 +90,17 @@ xul|richlistitem[originaltype="autofill-
   display: flex;
   justify-content: center;
   align-items: center;
   width: var(--item-width);
 }
 
 .autofill-footer > .autofill-warning {
   padding: 2.5px 0;
-  color: #989898;
+  color: #737373;
   text-align: center;
   background-color: rgba(248,232,28,.2);
   border-bottom: 1px solid rgba(38,38,38,.15);
 }
 
 .autofill-footer > .autofill-option-button {
   height: 41px;
   background-color: #EDEDED;