ShadowFox/userChrome-files/secure_connection_colors.css

14 lines
436 B
CSS
Raw Normal View History

2017-12-04 03:24:36 +00:00
#identity-box.verifiedIdentity {
2017-12-15 16:39:03 +00:00
--urlbar-separator-color: var(--grey-50) !important;
2017-12-04 03:24:36 +00:00
}
2017-12-15 16:39:03 +00:00
.identity-popup-connection-secure,
#identity-box.verifiedIdentity #identity-icon-labels {
2017-12-04 03:24:36 +00:00
color: var(--primary-accent-color) !important;
}
2017-12-15 16:39:03 +00:00
#identity-popup[connection^=secure] #identity-popup-securityView,
#identity-popup[connection^=secure] #identity-popup-security-content,
#connection-icon {
2017-12-04 03:24:36 +00:00
fill: var(--primary-accent-color) !important;
}