X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fcontrolcenter%2Fpanel.css;fp=LCARStrek%2Fbrowser%2Fcontrolcenter%2Fpanel.css;h=1c084af653cac7e6615471fb69a1c2a2f155022d;hp=67f1b454a3e087972bb262c1a2f1dbbe2e2989f6;hb=9a225e4b44ec04c62ddff63f06c913d67e705711;hpb=07296beb54b9f42727fbce3473d76c6e3f7cf173 diff --git a/LCARStrek/browser/controlcenter/panel.css b/LCARStrek/browser/controlcenter/panel.css index 67f1b454..1c084af6 100644 --- a/LCARStrek/browser/controlcenter/panel.css +++ b/LCARStrek/browser/controlcenter/panel.css @@ -172,13 +172,17 @@ #identity-popup-securityView-header > description, #identity-popup-securityView-body > description, #identity-popup-permissions-content > description, -#tracking-protection-content > label, +#tracking-protection-content > description, .identity-popup-text { - white-space: pre-wrap; font-size: 110%; margin: 0; } +/* This element needs the pre-wrap because we add newlines to it in the code. */ +#identity-popup-content-supplemental { + white-space: pre-wrap; +} + .identity-popup-headline { margin: 3px 0 4px; font-size: 150%; @@ -360,6 +364,7 @@ description#identity-popup-content-verifier, #identity-popup-permissions-content { background-image: url(chrome://browser/skin/controlcenter/permissions.svg); + padding-bottom: 1.5em; } #identity-popup-permissions-headline { @@ -389,6 +394,8 @@ description#identity-popup-content-verifier, } .identity-popup-permission-icon.in-use { + -moz-context-properties: fill; + fill: #FF0000; animation: 1.5s ease in-use-blink infinite; } @@ -433,8 +440,8 @@ description#identity-popup-content-verifier, margin: 0; width: 16px; height: 16px; - list-style-image: url(chrome://browser/skin/panel-icons.svg#cancel); - filter: url(chrome://global/skin/filters.svg#fill); + list-style-image: url(chrome://browser/skin/panel-icon-cancel.svg); + -moz-context-properties: fill; fill: #A09090; }