Bug 1457512 - Lighten two Control Center strings that describe unexceptional states r=johannh

MozReview-Commit-ID: CntCTeVC91U
This commit is contained in:
Trisha Gupta 2018-05-25 22:53:43 +08:00
Родитель 8a9d38fe70
Коммит f4e1a413d6
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -146,6 +146,11 @@
margin: 0;
}
#identity-popup-permissions-content > description,
#tracking-protection-content > description {
color: var(--panel-disabled-color);
}
/* This element needs the pre-wrap because we add newlines to it in the code. */
#identity-popup-content-supplemental {
white-space: pre-wrap;