relicense to MPL2
[themes.git] / LCARStrek / messenger / smime / msgHdrViewSMIMEOverlay.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7 #signedHdrIcon {
8   list-style-image: none;
9   visibility: visible;
10 }
11
12 #signedHdrIcon[signed="ok"] {
13   list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignOk.gif");
14   visibility: visible;
15 }
16
17 #signedHdrIcon[signed="unknown"] {
18   list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignUnknown.gif");
19   visibility: visible;
20 }
21
22 #signedHdrIcon[signed="mismatch"] {
23   list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignUnknown.gif");
24   visibility: visible;
25 }
26
27 #signedHdrIcon[signed="notok"] {
28   list-style-image: url("chrome://messenger/skin/smime/icons/hdrSignNotOk.gif");
29   visibility: visible;
30 }
31
32 #encryptedHdrIcon {
33   list-style-image: none;
34   visibility: visible;
35 }
36
37 #encryptedHdrIcon[encrypted="ok"] {
38   list-style-image: url("chrome://messenger/skin/smime/icons/hdrCryptoOk.gif");
39   visibility: visible;
40 }
41
42 #encryptedHdrIcon[encrypted="notok"] {
43   list-style-image: url("chrome://messenger/skin/smime/icons/hdrCryptoNotOk.gif");
44   visibility: visible;
45 }