Bug 1398549 - Let the 'Title Bar' and 'Drag Space' checkboxes inherit the text color when a lightweight theme is applied. r?gijs draft
authorDão Gottwald <dao@mozilla.com>
Thu, 14 Sep 2017 13:32:15 +0200
changeset 664799 8f7bc63cc5a814ac3dd408a02e201491268194c9
parent 664736 dd6b788f149763c4014c27f2fe1a1d13228bda82
child 731549 1d83f6669b749e3bbecd18f57e6547851e871608
push id79809
push userdgottwald@mozilla.com
push dateThu, 14 Sep 2017 11:35:13 +0000
reviewersgijs
bugs1398549
milestone57.0a1
Bug 1398549 - Let the 'Title Bar' and 'Drag Space' checkboxes inherit the text color when a lightweight theme is applied. r?gijs MozReview-Commit-ID: 7z5qipeVMys
browser/themes/shared/customizableui/customizeMode.inc.css
--- a/browser/themes/shared/customizableui/customizeMode.inc.css
+++ b/browser/themes/shared/customizableui/customizeMode.inc.css
@@ -58,21 +58,25 @@
 .customizationmode-button {
   border: 1px solid #b1b1b1;
   background-color: #fcfcfd;
   -moz-appearance: none;
 }
 
 .customizationmode-checkbox,
 .customizationmode-button {
-  color: rgb(71, 71, 71);
   margin: 6px 10px;
   padding: 2px 5px;
 }
 
+.customizationmode-checkbox:not(:-moz-lwtheme),
+.customizationmode-button {
+  color: rgb(71, 71, 71);
+}
+
 #customization-reset-button,
 #customization-undo-reset-button,
 #customization-done-button {
   min-width: 10em;
 }
 
 #customization-done-button {
   color: #fff;