sync both themes with toolkit windows theme changes in Mozilla 42-44 cycles
[themes.git] / LCARStrek / global / alerts / alert.css
... / ...
CommitLineData
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/* ===== alert.css =====================================================
6 == Styles specific to the alerts dialog.
7 ======================================================================= */
8
9@import url("chrome://global/skin/alerts/alert-common.css");
10
11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13#alertBox {
14 border: 1px solid #9C9CFF;
15 border-radius: 3px;
16 background-color: #000000;
17 color: #FF9F00;
18}
19
20.alertCloseButton {
21 list-style-image: url("chrome://global/skin/icons/close.png");
22 -moz-image-region: rect(0, 16px, 16px, 0);
23 padding: 4px 2px;
24}
25
26.alertCloseButton:hover,
27.alertCloseButton:hover:active {
28 -moz-image-region: rect(0, 32px, 16px, 16px);
29}