Bug 1293308 - System font setting respected by location bar but ignored by location bar's autocomplete drop-down list. r?mak draft
authorDrew Willcoxon <adw@mozilla.com>
Wed, 24 Aug 2016 19:46:46 -0700
changeset 405215 7cd6200ba9bac689cdf5352e41f229fc5a88294b
parent 399976 6f2ba7787816fd01f77c30e3bdb68400db74bf0c
child 529389 baf816f37cfffc633da45699e328002464c8f20e
push id27433
push userdwillcoxon@mozilla.com
push dateThu, 25 Aug 2016 02:47:09 +0000
reviewersmak
bugs1293308
milestone51.0a1
Bug 1293308 - System font setting respected by location bar but ignored by location bar's autocomplete drop-down list. r?mak MozReview-Commit-ID: ID6qXdbsNck
browser/themes/linux/browser.css
--- a/browser/themes/linux/browser.css
+++ b/browser/themes/linux/browser.css
@@ -1134,35 +1134,35 @@ notification[value="translation"] menuli
   border: 1px solid transparent;
 }
 
 .autocomplete-richlistitem[selected=true] {
   background-color: Highlight;
 }
 
 .ac-title {
-  font-size: 14px;
+  font-size: 1.05em;
 }
 
 .ac-tags {
-  font-size: 12px;
+  font-size: 0.9em;
 }
 
 html|span.ac-tag {
   background-color: MenuText;
   color: Menu;
   border-radius: 2px;
   border: 1px solid transparent;
   padding: 0 1px;
 }
 
 .ac-separator,
 .ac-url,
 .ac-action {
-  font-size: 12px;
+  font-size: 0.9em;
   color: -moz-nativehyperlinktext;
 }
 
 .ac-title[selected=true],
 .ac-separator[selected],
 .ac-url[selected=true],
 .ac-action[selected=true] {
   color: inherit !important;