[tor-commits] [tor-browser/tor-browser-68.2.0esr-9.0-1] Bug 31658: Changed the 'SECURITY LEVEL' text color to builtin --panel-disabled-color

gk at torproject.org gk at torproject.org
Thu Oct 24 13:24:08 UTC 2019


commit b2428d30e4b181b687c1509af5687097ef5b2166
Author: Richard Pospesel <richard at torproject.org>
Date:   Wed Oct 23 14:48:27 2019 -0700

    Bug 31658: Changed the 'SECURITY LEVEL' text color to builtin --panel-disabled-color
---
 browser/components/securitylevel/content/securityLevelPanel.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/components/securitylevel/content/securityLevelPanel.css b/browser/components/securitylevel/content/securityLevelPanel.css
index 170bf625ea1d..70022e2bd4b2 100644
--- a/browser/components/securitylevel/content/securityLevelPanel.css
+++ b/browser/components/securitylevel/content/securityLevelPanel.css
@@ -14,7 +14,7 @@ panelview#securityLevel-panelview>vbox.panel-subview-body {
 
 label#securityLevel-header {
   text-transform: uppercase;
-  color: GrayText;
+  color: var(--panel-disabled-color);
   font-size: 0.85em;
   margin: 0 0 0.4em 0;
   padding: 0;



More information about the tor-commits mailing list