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/. */
8 background-repeat: no-repeat;
11 #security-button[level="high"],
12 #security-button[level="low"] {
13 background-image: url("chrome://messenger/skin/icons/secure.png");
16 #security-button[level="broken"] {
17 background-image: url("chrome://messenger/skin/icons/insecure.png");
20 #security-button[loading="true"] {
21 background-image: url("chrome://global/skin/icons/loading.gif");
22 background-position: 4px 2px;
27 border-bottom: 1px solid #9C9CFF;