X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fcontrolcenter%2Fpanel.css;h=ec88a339d33b3815a00b79018dfc767b3c26fa7c;hp=b351999e2660743310c23124912a599d208886d4;hb=19988d2d5bba419a5f24824e3c7edf3119d95898;hpb=b336389b03be6c31afa4a33a56b2650dfd950dcb;ds=sidebyside diff --git a/LCARStrek/browser/controlcenter/panel.css b/LCARStrek/browser/controlcenter/panel.css index b351999e..ec88a339 100644 --- a/LCARStrek/browser/controlcenter/panel.css +++ b/LCARStrek/browser/controlcenter/panel.css @@ -92,7 +92,7 @@ } .identity-popup-section:not(:first-child) { - border-top: 1px solid #A09090; /*var(--panel-separator-color);*/ + border-top: 1px solid var(--panel-separator-color); } #identity-popup-securityView, @@ -222,13 +222,19 @@ } #identity-popup-securityView.verifiedDomain, -#identity-popup-security-content.verifiedDomain { - background-image: url(chrome://browser/skin/controlcenter/conn-secure-dv.svg); -} - #identity-popup-securityView.verifiedIdentity, +#identity-popup-security-content.verifiedDomain, #identity-popup-security-content.verifiedIdentity { - background-image: url(chrome://browser/skin/controlcenter/conn-secure-ev.svg); + background-image: url(chrome://browser/skin/controlcenter/conn-secure.svg); +} + +#identity-popup-securityView.weakCipher, +#identity-popup-securityView.mixedDisplayContent, +#identity-popup-securityView.mixedDisplayContentLoadedActiveBlocked, +#identity-popup-security-content.weakCipher, +#identity-popup-security-content.mixedDisplayContent, +#identity-popup-security-content.mixedDisplayContentLoadedActiveBlocked { + background-image: url(chrome://browser/skin/controlcenter/conn-degraded.svg); } #identity-popup-securityView.mixedActiveContent, @@ -237,7 +243,7 @@ } #identity-popup-securityView-header { - border-bottom: 1px solid #A09090; /*var(--panel-separator-color);*/ + border-bottom: 1px solid var(--panel-separator-color); padding-bottom: 1em; margin-bottom: 1em; } @@ -261,8 +267,7 @@ background-image: url("chrome://browser/skin/controlcenter/tracking-protection.svg"); } -#tracking-protection-content[state="loaded-tracking-content"], -#tracking-protection-content[block-disabled] { +#tracking-protection-content[state="loaded-tracking-content"] { background-image: url("chrome://browser/skin/controlcenter/tracking-protection-disabled.svg"); } @@ -280,15 +285,7 @@ #tracking-protection-content:not([state="blocked-tracking-content"]) #tracking-action-unblock-private, #tracking-protection-content:not([state="loaded-tracking-content"]) > #tracking-loaded, #tracking-protection-content:not([state="loaded-tracking-content"]) #tracking-action-block, -#tracking-protection-content:not([state]) > #tracking-actions, - -#tracking-protection-content[block-active] > #tracking-not-detected, -#tracking-protection-content[block-disabled] > #tracking-not-detected, -#tracking-protection-content:not([block-active]) > #tracking-blocked, -#tracking-protection-content:not([block-active]) #tracking-action-unblock, -#tracking-protection-content:not([block-disabled]) > #tracking-loaded, -#tracking-protection-content:not([block-disabled]) #tracking-action-block, -#tracking-protection-content:not([block-active]):not([block-disabled]) > #tracking-actions { +#tracking-protection-content:not([state]) > #tracking-actions { display: none; }