14 lines
436 B
CSS
14 lines
436 B
CSS
#identity-box.verifiedIdentity {
|
|
--urlbar-separator-color: var(--grey-50) !important;
|
|
}
|
|
|
|
.identity-popup-connection-secure,
|
|
#identity-box.verifiedIdentity #identity-icon-labels {
|
|
color: var(--primary-accent-color) !important;
|
|
}
|
|
|
|
#identity-popup[connection^=secure] #identity-popup-securityView,
|
|
#identity-popup[connection^=secure] #identity-popup-security-content,
|
|
#connection-icon {
|
|
fill: var(--primary-accent-color) !important;
|
|
} |