| 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 | #status-bar #signed-status { |
| 8 | list-style-image: none; |
| 9 | } |
| 10 | |
| 11 | #status-bar[signed="ok"] #signed-status { |
| 12 | list-style-image: url("chrome://messenger/skin/smime/icons/sbSignOk.gif"); |
| 13 | } |
| 14 | |
| 15 | #status-bar[signed="unknown"] #signed-status { |
| 16 | list-style-image: url("chrome://messenger/skin/smime/icons/sbSignUnknown.gif"); |
| 17 | } |
| 18 | |
| 19 | #status-bar[signed="mismatch"] #signed-status { |
| 20 | list-style-image: url("chrome://messenger/skin/smime/icons/sbSignUnknown.gif"); |
| 21 | } |
| 22 | |
| 23 | #status-bar[signed="notok"] #signed-status { |
| 24 | list-style-image: url("chrome://messenger/skin/smime/icons/sbSignNotOk.gif"); |
| 25 | } |
| 26 | |
| 27 | #status-bar #encrypted-status { |
| 28 | list-style-image: none; |
| 29 | } |
| 30 | |
| 31 | #status-bar[encrypted="ok"] #encrypted-status { |
| 32 | list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoOk.gif"); |
| 33 | } |
| 34 | |
| 35 | #status-bar[encrypted="notok"] #encrypted-status { |
| 36 | list-style-image: url("chrome://messenger/skin/smime/icons/sbCryptoNotOk.gif"); |
| 37 | } |