Bug 1459352 - Fix disabled text color in webext theme styled control center. r?ntim draft
authorDão Gottwald <dao@mozilla.com>
Sun, 27 May 2018 10:57:11 +0200
changeset 800357 bc83838fa4f4dc9233dc24ec9ab6115066518ffe
parent 800319 4e9446f9e8f0a75c7ffe063f1dfb311cc90d56cf
push id111323
push userdgottwald@mozilla.com
push dateSun, 27 May 2018 09:00:06 +0000
reviewersntim
bugs1459352
milestone62.0a1
Bug 1459352 - Fix disabled text color in webext theme styled control center. r?ntim MozReview-Commit-ID: LjXHocbRcXb
browser/themes/shared/controlcenter/panel.inc.css
--- a/browser/themes/shared/controlcenter/panel.inc.css
+++ b/browser/themes/shared/controlcenter/panel.inc.css
@@ -224,17 +224,17 @@
 #identity-popup[connection=extension] .identity-popup-security-content {
   background-image: url(chrome://browser/skin/controlcenter/extension.svg);
   -moz-context-properties: fill;
   fill: #60bf4c;
 }
 
 #identity-popup-security-descriptions > description {
   margin-top: 6px;
-  color: Graytext;
+  color: var(--panel-disabled-color);
 }
 
 #identity-popup-securityView-body {
   margin-inline-start: calc(2em + 24px);
   margin-inline-end: 1em;
   border-top: 1px solid var(--panel-separator-color);
   padding-inline-end: 1em;
 }
@@ -263,17 +263,17 @@
 }
 
 .identity-popup-footer > button:hover:active {
   background-color: var(--arrowpanel-dimmed-further);
 }
 
 #identity-popup-content-verifier ~ description {
   margin-top: 1em;
-  color: Graytext;
+  color: var(--panel-disabled-color);
 }
 
 description#identity-popup-content-verified-by,
 description#identity-popup-content-owner,
 description#identity-popup-content-verifier,
 #identity-popup-securityView-body > button {
   margin-top: 1em;
 }
@@ -374,17 +374,17 @@ description#identity-popup-content-verif
 
 .identity-popup-permission-label {
   margin-inline-start: 1em;
 }
 
 .identity-popup-permission-state-label {
   margin-inline-end: 5px;
   text-align: end;
-  color: graytext;
+  color: var(--panel-disabled-color);
 }
 
 .identity-popup-permission-remove-button {
   -moz-appearance: none;
   margin: 0;
   border-width: 0;
   border-radius: 50%;
   min-width: 0;