ShadowFox/userChrome-files/secure_connection_colors.css

12 lines
447 B
CSS
Raw Normal View History

2018-02-22 05:20:30 +00:00
#identity-box.verifiedIdentity {
--urlbar-separator-color: var(--in-content-border-focus)!important
2017-12-04 03:24:36 +00:00
}
2018-02-22 05:20:30 +00:00
#identity-box.verifiedIdentity #identity-icon-labels,
.identity-popup-connection-secure {
color: var(--in-content-link-color)!important
2017-12-04 03:24:36 +00:00
}
2018-02-22 05:20:30 +00:00
#connection-icon,
2017-12-15 16:39:03 +00:00
#identity-popup[connection^=secure] #identity-popup-security-content,
2018-02-22 05:20:30 +00:00
#identity-popup[connection^=secure] #identity-popup-securityView {
fill: var(--in-content-link-color)!important
2017-12-04 03:24:36 +00:00
}