X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fcontrolcenter%2Fpanel.css;h=67f1b454a3e087972bb262c1a2f1dbbe2e2989f6;hp=09be6f363d3d54df1dff4c4271135fec490c02ce;hb=07296beb54b9f42727fbce3473d76c6e3f7cf173;hpb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4 diff --git a/LCARStrek/browser/controlcenter/panel.css b/LCARStrek/browser/controlcenter/panel.css index 09be6f36..67f1b454 100644 --- a/LCARStrek/browser/controlcenter/panel.css +++ b/LCARStrek/browser/controlcenter/panel.css @@ -16,6 +16,7 @@ #identity-popup[connection=secure] [when-connection~=secure], #identity-popup[connection=chrome] [when-connection~=chrome], #identity-popup[connection=file] [when-connection~=file], +#identity-popup[connection=extension] [when-connection~=extension], /* Show insecure login forms messages when needed. */ #identity-popup[loginforms=insecure] [when-loginforms=insecure], /* Show weak cipher messages when needed. */ @@ -254,7 +255,9 @@ #identity-popup[connection=secure-cert-user-overridden] #identity-popup-securityView, #identity-popup[connection=secure-cert-user-overridden] #identity-popup-security-content { - background-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg#icon); + background-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg); + -moz-context-properties: fill; + fill: #A09090; } #identity-popup[loginforms=insecure] #identity-popup-securityView, @@ -264,6 +267,13 @@ background-image: url(chrome://browser/skin/controlcenter/mcb-disabled.svg); } +#identity-popup[connection=extension] #identity-popup-securityView, +#identity-popup[connection=extension] #identity-popup-security-content { + background-image: url(chrome://browser/skin/controlcenter/extension.svg); + -moz-context-properties: fill; + fill: #008484; +} + #identity-popup-security-descriptions > description { margin-top: 6px; color: #A09090;