sync both themes with toolkit windows theme changes in Mozilla 42-44 cycles
[themes.git] / LCARStrek / global / alerts / alert.css
CommitLineData
9099c61d
RK
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/. */
d07092f5 4
5/* ===== alert.css =====================================================
6 == Styles specific to the alerts dialog.
7 ======================================================================= */
8
d471380e 9@import url("chrome://global/skin/alerts/alert-common.css");
b1e5c9b1 10
d07092f5 11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
d471380e 13#alertBox {
54628835
RK
14 border: 1px solid #9C9CFF;
15 border-radius: 3px;
c79d2bbe 16 background-color: #000000;
d471380e 17 color: #FF9F00;
8c976b60 18}
89eb2c89
RK
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
89eb2c89
RK
26.alertCloseButton:hover,
27.alertCloseButton:hover:active {
28 -moz-image-region: rect(0, 32px, 16px, 16px);
29}