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 -moz-appearance: none;
15 background: transparent;
19 border: 1px solid #9C9CFF;
21 background-color: #000000;
26 list-style-image: url("chrome://global/skin/icons/close.png");
27 -moz-image-region: rect(0, 16px, 16px, 0);
31 .alertCloseButton:hover,
32 .alertCloseButton:hover:active {
33 -moz-image-region: rect(0, 32px, 16px, 16px);
37 /* The close button is larger on Windows and has a large
38 circle around it, so we add more space between the close
39 button and the edge of the window. */
40 /* margin-inline-end: 2px;*/
44 /* The close button is larger on Windows, so the
45 gear button is moved over to accomodate it and
46 keep the two buttons horizontally aligned together. */
47 /* margin-inline-end: 5px;*/