sync both themes with toolkit windows theme changes in Mozilla 45-48 cycles
[themes.git] / LCARStrek / global / alerts / alert.css
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 #alertNotification {
14   -moz-appearance: none;
15   background: transparent;
16 }
17
18 #alertBox {
19   border: 1px solid #9C9CFF;
20   border-radius: 3px;
21   background-color: #000000;
22   color: #FF9F00;
23 }
24
25 .alertCloseButton {
26   list-style-image: url("chrome://global/skin/icons/close.png");
27   -moz-image-region: rect(0, 16px, 16px, 0);
28   padding: 4px 2px;
29 }
30
31 .alertCloseButton:hover,
32 .alertCloseButton:hover:active {
33   -moz-image-region: rect(0, 32px, 16px, 16px);
34 }
35
36 .alertCloseBox {
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;*/
41 }
42
43 #alertSettings {
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;*/
48 }