Bug 1316404 - Use font:-moz-list; on the e10s select popup to match the default font used by the associated select button. r?mconley draft
authorJared Wein <jwein@mozilla.com>
Tue, 13 Dec 2016 19:16:13 -0500
changeset 449326 fdf0df319dce6957652a1934aab329ed9fe57911
parent 444725 8387a4ada9a5c4cab059d8fafe0f8c933e83c149
child 539476 0c5000d9f686513333b407bbedd37fac9719570f
push id38545
push userbmo:jaws@mozilla.com
push dateWed, 14 Dec 2016 00:16:52 +0000
reviewersmconley
bugs1316404
milestone53.0a1
Bug 1316404 - Use font:-moz-list; on the e10s select popup to match the default font used by the associated select button. r?mconley MozReview-Commit-ID: 3gZAQQke5Sc
browser/themes/windows/browser.css
--- a/browser/themes/windows/browser.css
+++ b/browser/themes/windows/browser.css
@@ -2669,16 +2669,17 @@ notification.pluginVulnerable > .notific
   -moz-border-bottom-colors: GrayText;
   -moz-border-left-colors: GrayText;
 }
 
 #ContentSelectDropdown > menupopup > menucaption,
 #ContentSelectDropdown > menupopup > menuitem {
   padding: 0 6px;
   border-width: 0;
+  font: -moz-list;
 }
 
 #ContentSelectDropdown > menupopup > menucaption > .menu-iconic-text,
 #ContentSelectDropdown > menupopup > menuitem > .menu-iconic-text {
   /* Padding should follow the 4/12 ratio, where 12px is the default font-size
      with 4px being the preferred padding size. */
   padding-top: .3333em;
   padding-bottom: .3333em;