mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-08 17:39:19 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user