Bug 1423441 - Let captions in in-content dialogs use the font size specified in common.inc.css. r?jaws draft
authorDão Gottwald <dao@mozilla.com>
Wed, 06 Dec 2017 14:17:41 +0100
changeset 708235 b31abac68eeb30ce2338ee60ab59b7b609b46af2
parent 708198 79d3e25106f8eb369dde6a47199547d131af8d3d
child 743152 2fab7b581e742806c2679bfded046db98d43d558
push id92342
push userdgottwald@mozilla.com
push dateWed, 06 Dec 2017 13:18:12 +0000
reviewersjaws
bugs1423441
milestone59.0a1
Bug 1423441 - Let captions in in-content dialogs use the font size specified in common.inc.css. r?jaws MozReview-Commit-ID: LcKUCSMBCVv
browser/themes/osx/preferences/in-content/dialog.css
--- a/browser/themes/osx/preferences/in-content/dialog.css
+++ b/browser/themes/osx/preferences/in-content/dialog.css
@@ -8,15 +8,11 @@ prefwindow,
 .windowDialog {
   font: message-box !important;
 }
 
 :root > * {
   font-size: 1.18em;
 }
 
-caption {
-  font: message-box;
-}
-
 .prefWindow-dlgbuttons {
   margin: 0;
 }