X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=109c9220175e0794b889df1b1aed9ff5aeb83583;hp=a987a6c3fda9cc6a470d19c942620b73bbaf14bb;hb=f36031bd6c6a251a541cdf42956f5199adcd9cb8;hpb=b4888bae6fbc1a4e61b478a329f0dca352d0e5a7 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index a987a6c3..109c9220 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -2013,7 +2013,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, /* identity box */ #identity-box.verifiedIdentity:not(:-moz-lwtheme):not(:hover):not([open=true]) { - var(--identity-box-verified-background-color); + background-color: var(--identity-box-verified-background-color); } #identity-box:-moz-focusring { @@ -2060,7 +2060,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, /* Default theme does different color per channel, we can't as they do it build-time. */ --identity-box-chrome-color: #9C9CFF; - border-inline-end: 1px solid --urlbar-separator-color); + border-inline-end: 1px solid var(--urlbar-separator-color); font-size: .9em; border-radius: 2px; padding: 3px 5px; @@ -3987,7 +3987,7 @@ html|*#fullscreen-domain { html|*#fullscreen-exit-button { padding: 5px 30px; - font: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; + font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; font-size: 14px; font-weight: lighter; margin: 0;