Bug 1459352 - Fix disabled text color in webext theme styled control center. r=ntim

MozReview-Commit-ID: LjXHocbRcXb

--HG--
extra : rebase_source : 5e8124fd3e2006444b1c292fb516884b1b04c52e
This commit is contained in:
Dão Gottwald 2018-05-27 10:57:11 +02:00
Родитель 5c588a8653
Коммит 567db8f401
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -229,7 +229,7 @@
#identity-popup-security-descriptions > description {
margin-top: 6px;
color: Graytext;
color: var(--panel-disabled-color);
}
#identity-popup-securityView-body {
@ -268,7 +268,7 @@
#identity-popup-content-verifier ~ description {
margin-top: 1em;
color: Graytext;
color: var(--panel-disabled-color);
}
description#identity-popup-content-verified-by,
@ -379,7 +379,7 @@ description#identity-popup-content-verifier,
.identity-popup-permission-state-label {
margin-inline-end: 5px;
text-align: end;
color: graytext;
color: var(--panel-disabled-color);
}
.identity-popup-permission-remove-button {