Bug 1324172 - Add css styles for indented descriptions. draft
authorEvan Tseng <evan@tseng.io>
Mon, 10 Jul 2017 16:21:45 +0800
changeset 611039 0bcca8941dfb070ea0de576cd62f673e039f9cb4
parent 610973 1b065ffd8a535a0ad4c39a912af18e948e6a42c1
child 638052 a4da394bfa9af9f93b7377c69eea9a21de9713f4
push id69105
push userbmo:evan@tseng.io
push dateWed, 19 Jul 2017 06:02:47 +0000
bugs1324172
milestone56.0a1
Bug 1324172 - Add css styles for indented descriptions. MozReview-Commit-ID: Ch1ZI1jBLrM
browser/themes/shared/incontentprefs/preferences.inc.css
--- a/browser/themes/shared/incontentprefs/preferences.inc.css
+++ b/browser/themes/shared/incontentprefs/preferences.inc.css
@@ -7,16 +7,22 @@
 
 #mainPrefPane {
   max-width: 800px;
   padding: 0;
   font: message-box;
   font-size: 1.25rem;
 }
 
+description.indent,
+.indent > description {
+  font-size: 1.18rem;
+  color: #737373;
+}
+
 * {
   -moz-user-select: text;
 }
 
 button,
 treecol,
 html|option {
   /* override the * rule */