Commit 922aa771 authored by Richard Pospesel's avatar Richard Pospesel Committed by Matthew Finkel
Browse files

Bug 31658: Changed the 'SECURITY LEVEL' text color to builtin --panel-disabled-color

parent 5006be72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;