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/. */
5 /* ===== alert.css =====================================================
6 == Styles specific to the alerts dialog.
7 ======================================================================= */
9 @import url("chrome://global/skin/alerts/alert-common.css");
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
14 border: 1px solid #9C9CFF;
16 background-color: #000000;
21 list-style-image: url("chrome://global/skin/icons/close.png");
22 -moz-image-region: rect(0, 16px, 16px, 0);
26 .alertCloseButton:hover,
27 .alertCloseButton:hover:active {
28 -moz-image-region: rect(0, 32px, 16px, 16px);