summaryrefslogtreecommitdiffstats
path: root/browser/themes/shared/identity-block/icons.inc.css
blob: 6cf300061527f8877c4aebc0729d6ec5ef7025e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
%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

@selectorPrefix@#identity-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/identity-icon.svg#normal@iconVariant@);
}

@selectorPrefix@#identity-box:hover > #identity-icon:not(.no-hover)@selectorSuffix@,
@selectorPrefix@#identity-box[open=true] > #identity-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/identity-icon.svg#hover@iconVariant@);
}

@selectorPrefix@#identity-box.grantedPermissions > #identity-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/identity-icon.svg#notice@iconVariant@);
}

@selectorPrefix@#identity-box.grantedPermissions:hover > #identity-icon:not(.no-hover)@selectorSuffix@,
@selectorPrefix@#identity-box.grantedPermissions[open=true] > #identity-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/identity-icon.svg#notice-hover@iconVariant@);
}

@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon@selectorSuffix@ {
  list-style-image: url(chrome://branding/content/identity-icons-brand.svg);
}


@selectorPrefix@#tracking-protection-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/tracking-protection-16.svg#enabled@iconVariant@);
}

@selectorPrefix@#tracking-protection-icon[state="loaded-tracking-content"]@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/tracking-protection-16.svg#disabled@iconVariant@);
}


@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain > #connection-icon@selectorSuffix@,
@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon@selectorSuffix@,
@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveBlocked > #connection-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/connection-secure.svg);
  visibility: visible;
}

@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.certUserOverridden > #connection-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg#icon@iconVariant@);
  visibility: visible;
}

@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.insecureLoginForms > #connection-icon@selectorSuffix@,
@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveContent > #connection-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/connection-mixed-active-loaded.svg#icon@iconVariant@);
  visibility: visible;
}

@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.weakCipher > #connection-icon@selectorSuffix@,
@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContent > #connection-icon@selectorSuffix@,
@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContentLoadedActiveBlocked > #connection-icon@selectorSuffix@ {
  list-style-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg#icon@iconVariant@);
  visibility: visible;
}