2013-06-29 03:22:41 +00:00
|
|
|
%if 0
|
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
%endif
|
|
|
|
|
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
|
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
|
|
|
|
background-position: right;
|
|
|
|
background-size: 1px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
2013-07-10 20:37:07 +00:00
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(rtl),
|
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(rtl) {
|
|
|
|
background-position: left;
|
|
|
|
}
|
|
|
|
|
2013-06-29 03:22:41 +00:00
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
|
|
|
|
color: hsl(92,100%,30%);
|
|
|
|
background-image: linear-gradient(hsla(92,81%,16%,0),
|
|
|
|
hsla(92,81%,16%,.2) 35%,
|
|
|
|
hsla(92,81%,16%,.2) 65%,
|
|
|
|
hsla(92,81%,16%,0));
|
|
|
|
}
|
|
|
|
|
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.chromeUI {
|
2013-07-10 20:37:07 +00:00
|
|
|
%ifdef MOZ_OFFICIAL_BRANDING
|
2013-06-29 03:22:41 +00:00
|
|
|
color: rgb(229,115,0);
|
|
|
|
background-image: linear-gradient(rgba(229,114,0,0),
|
|
|
|
rgba(229,114,0,.5) 35%,
|
|
|
|
rgba(229,114,0,.5) 65%,
|
|
|
|
rgba(229,114,0,0));
|
|
|
|
%else
|
|
|
|
%if MOZ_UPDATE_CHANNEL == aurora
|
2013-07-15 19:59:39 +00:00
|
|
|
color: rgb(51,30,84);
|
|
|
|
background-image: linear-gradient(rgba(51,30,84,0),
|
|
|
|
rgba(51,30,84,.5) 35%,
|
|
|
|
rgba(51,30,84,.5) 65%,
|
|
|
|
rgba(51,30,84,0));
|
2013-06-29 03:22:41 +00:00
|
|
|
%else
|
2013-07-15 19:59:39 +00:00
|
|
|
color: rgb(0,33,71);
|
|
|
|
background-image: linear-gradient(rgba(0,33,71,0),
|
|
|
|
rgba(0,33,71,.5) 35%,
|
|
|
|
rgba(0,33,71,.5) 65%,
|
|
|
|
rgba(0,33,71,0));
|
2013-06-29 03:22:41 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
}
|
|
|
|
|
|
|
|
/* page proxy icon */
|
|
|
|
|
|
|
|
#page-proxy-favicon {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-generic.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.chromeUI > #page-proxy-favicon[pageproxystate="valid"] {
|
|
|
|
list-style-image: url(chrome://branding/content/identity-icons-brand.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.verifiedDomain > #page-proxy-favicon[pageproxystate="valid"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-https.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.verifiedIdentity > #page-proxy-favicon[pageproxystate="valid"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-https-ev.png);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mixedActiveContent > #page-proxy-favicon[pageproxystate="valid"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-https-mixed-active.png);
|
|
|
|
}
|
|
|
|
|
2013-08-20 20:09:23 +00:00
|
|
|
.mixedDisplayContent > #page-proxy-favicon[pageproxystate="valid"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-https-mixed-display.png);
|
|
|
|
}
|
|
|
|
|
2013-09-09 22:55:49 +00:00
|
|
|
.mixedDisplayContentLoadedActiveBlocked > #page-proxy-favicon[pageproxystate="valid"] {
|
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-https-mixed-display.png);
|
|
|
|
}
|
|
|
|
|
2013-06-29 03:22:41 +00:00
|
|
|
#page-proxy-favicon[pageproxystate="invalid"] {
|
|
|
|
opacity: 0.3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup.chromeUI > #identity-popup-container > #identity-popup-icon {
|
|
|
|
list-style-image: url("chrome://branding/content/icon64.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#identity-popup-brandName {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.25em;
|
|
|
|
margin-top: .5em;
|
|
|
|
margin-bottom: .5em;
|
|
|
|
}
|
2013-07-31 17:43:38 +00:00
|
|
|
|
|
|
|
#identity-popup-content-box {
|
|
|
|
max-width: 50ch;
|
|
|
|
}
|