sixth and last part of syncing LCARStrek with Firefox 41 windows theme changes
[themes.git] / LCARStrek / browser / controlcenter / panel.css
index b351999e2660743310c23124912a599d208886d4..f070fe51775b81669a3c0b86ced3e9c849041579 100644 (file)
@@ -92,7 +92,7 @@
 }
 
 .identity-popup-section:not(:first-child) {
-  border-top: 1px solid #A09090; /*var(--panel-separator-color);*/
+  border-top: 1px solid var(--panel-separator-color);
 }
 
 #identity-popup-securityView,
 }
 
 #identity-popup-securityView.verifiedDomain,
-#identity-popup-security-content.verifiedDomain {
-  background-image: url(chrome://browser/skin/controlcenter/conn-secure-dv.svg);
-}
-
 #identity-popup-securityView.verifiedIdentity,
+#identity-popup-security-content.verifiedDomain,
 #identity-popup-security-content.verifiedIdentity {
-  background-image: url(chrome://browser/skin/controlcenter/conn-secure-ev.svg);
+  background-image: url(chrome://browser/skin/controlcenter/conn-secure.svg);
 }
 
 #identity-popup-securityView.mixedActiveContent,
 }
 
 #identity-popup-securityView-header {
-  border-bottom: 1px solid #A09090; /*var(--panel-separator-color);*/
+  border-bottom: 1px solid var(--panel-separator-color);
   padding-bottom: 1em;
   margin-bottom: 1em;
 }