12 lines
447 B
CSS
12 lines
447 B
CSS
#identity-box.verifiedIdentity {
|
|
--urlbar-separator-color: var(--in-content-border-focus)!important
|
|
}
|
|
#identity-box.verifiedIdentity #identity-icon-labels,
|
|
.identity-popup-connection-secure {
|
|
color: var(--in-content-link-color)!important
|
|
}
|
|
#connection-icon,
|
|
#identity-popup[connection^=secure] #identity-popup-security-content,
|
|
#identity-popup[connection^=secure] #identity-popup-securityView {
|
|
fill: var(--in-content-link-color)!important
|
|
} |