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

--HG--
extra : rebase_source : fbf693ffef31b6fedfe56d8346eae8e54e826602
This commit is contained in:
Dão Gottwald 2017-09-14 13:32:15 +02:00
Родитель abd89e3894
Коммит 0998697da4
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -63,11 +63,15 @@
.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 {