X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fcontrolcenter%2Fpanel.css;h=09be6f363d3d54df1dff4c4271135fec490c02ce;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hp=2f091404f84c66e3a121cc08f0f3761925f93138;hpb=987dae1b58dde80be3e64488d7da121274fa8592;p=themes.git diff --git a/LCARStrek/browser/controlcenter/panel.css b/LCARStrek/browser/controlcenter/panel.css index 2f091404..09be6f36 100644 --- a/LCARStrek/browser/controlcenter/panel.css +++ b/LCARStrek/browser/controlcenter/panel.css @@ -103,7 +103,7 @@ #identity-popup-permissions-content, #tracking-protection-content { padding: 0.5em 0 1em; - /* .identity-popup-headline.host depends on this width */ + /* .identity-popup-host depends on this width */ padding-inline-start: calc(2em + 24px); padding-inline-end: 1em; } @@ -121,11 +121,8 @@ margin: 0; min-width: auto; width: var(--identity-popup-expander-width); - background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow"); - background-size: 16px, auto; - background-position: center; - background-repeat: no-repeat; - background-color: transparent; + background: url("chrome://browser/skin/controlcenter/arrow-subview.svg") center no-repeat; + background-size: 16px; border-radius: 0 5px 5px 0; } @@ -186,7 +183,7 @@ font-size: 150%; } -.identity-popup-headline.host { +.identity-popup-host { word-wrap: break-word; /* 1em + 2em + 24px is #identity-popup-security-content padding * 30em is .panel-mainview:not([panelid="PanelUI-popup"]) width */ @@ -382,7 +379,6 @@ description#identity-popup-content-verifier, } .identity-popup-permission-icon.in-use { - fill: #FF0000; animation: 1.5s ease in-use-blink infinite; }