Bug 1296945 - Identity popup's security view footer should use --panel-separator-color instead of #ccc for the border. r=dao

This commit is contained in:
Glenn Fernandes 2016-08-24 19:30:54 +05:30
parent 0a61eaae23
commit 480dff596e

View File

@ -285,7 +285,7 @@
-moz-appearance: none;
margin: 0;
border: none;
border-top: 1px solid #ccc;
border-top: 1px solid var(--panel-separator-color);
padding: 8px 20px;
color: ButtonText;
background-color: transparent;