From 2eb611dec8ff121cd23b7dc17d9f86aaddb2bc07 Mon Sep 17 00:00:00 2001 From: Pale Moon Date: Wed, 21 Sep 2016 16:09:46 +0200 Subject: [PATCH] Windows theme: Add a separator line between identity panel and URL of the appropriate color and fix RTL issues for verified domains (blue) --- browser/themes/windows/browser.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index a32ece1d23..8873e3f594 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -1445,9 +1445,10 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, background-image: -moz-linear-gradient(hsla(92,81%,16%,0), hsla(92,81%,16%,.08) 25%, hsla(92,81%,16%,.08) 75%, - hsla(92,81%,16%,0)); + hsla(92,81%,16%,0)); background-position: right; - background-repeat: no-repeat; + background-repeat: no-repeat; + border-right: 1px solid hsla(92,100%,20%,0.5); } #urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain { @@ -1459,10 +1460,19 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, rgba(0,79,168,0)); background-position: right; background-repeat: no-repeat; + border-right: 1px solid rgba(0,79,168,0.5); } #identity-box.verifiedIdentity:-moz-locale-dir(rtl) { background-position: left; + border-right: none; + border-left: 1px solid hsla(92,100%,20%,0.5); +} + +#identity-box.verifiedDomain:-moz-locale-dir(rtl) { + background-position: left; + border-right: none; + border-left: 1px solid rgba(0,79,168,0.5); } #identity-box:-moz-focusring {