Windows theme: Add a separator line between identity panel and URL of the appropriate color and fix RTL issues for verified domains (blue)

This commit is contained in:
Pale Moon
2016-09-21 16:09:46 +02:00
committed by roytam1
parent eb6d10adc1
commit 2eb611dec8
+12 -2
View File
@@ -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 {