diff --git a/chrome/global/popup.css b/chrome/global/popup.css index 67088be..e0a3b04 100644 --- a/chrome/global/popup.css +++ b/chrome/global/popup.css @@ -189,14 +189,6 @@ border-radius: 2px !important; } -#identity-popup-security-button { - padding-inline: calc(var(--arrowpanel-menuitem-padding-inline) - 4px) !important; -} - -.identity-popup-security-connection>hbox { - margin-inline-start: calc(20px + var(--uc-arrowpanel-menuicon-margin-inline)) !important; -} - .identity-popup-security-connection>hbox>description { margin-inline-start: 0 !important; } diff --git a/chrome/icons/icons.css b/chrome/icons/icons.css index 0c2500a..2868cb1 100644 --- a/chrome/icons/icons.css +++ b/chrome/icons/icons.css @@ -308,7 +308,7 @@ and 11 so applied to both) */ /* security */ .identity-popup-security-connection { - background-image: url("security-broken.svg") !important; + list-style-image: url("security-broken.svg") !important; } #identity-box[pageproxystate="valid"].notSecure #identity-icon, @@ -318,30 +318,30 @@ and 11 so applied to both) */ } #identity-popup[connection=chrome] .identity-popup-security-connection { - background-image: url("firefox.svg") !important; + list-style-image: url("firefox.svg") !important; } #identity-popup[connection="file"] .identity-popup-security-connection { - background-image: url("page-portrait.svg") !important; + list-style-image: url("page-portrait.svg") !important; } #identity-popup[connection^=secure] .identity-popup-security-connection { - background-image: url("security.svg") !important; + list-style-image: url("security.svg") !important; } #identity-popup[ciphers=weak] .identity-popup-security-connection, #identity-popup[mixedcontent~=passive-loaded][isbroken] .identity-popup-security-connection, #identity-popup[connection=secure-cert-user-overridden] .identity-popup-security-connection, #identity-popup[connection=cert-error-page] .identity-popup-security-connection { - background-image: url("security-warning.svg") !important; + list-style-image: url("security-warning.svg") !important; } #identity-popup[connection=net-error-page] .identity-popup-security-connection { - background-image: url("info.svg") !important; + list-style-image: url("info.svg") !important; } #identity-popup[connection=extension] .identity-popup-security-connection { - background-image: url("extension.svg") !important; + list-style-image: url("extension.svg") !important; } #appMenu-new-tab-button2 {