some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[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
7729765c
RK
13#alertNotification {
14 -moz-appearance: none;
15 background: transparent;
16}
17
d471380e 18#alertBox {
54628835
RK
19 border: 1px solid #9C9CFF;
20 border-radius: 3px;
c79d2bbe 21 background-color: #000000;
d471380e 22 color: #FF9F00;
8c976b60 23}
89eb2c89
RK
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
89eb2c89
RK
31.alertCloseButton:hover,
32.alertCloseButton:hover:active {
33 -moz-image-region: rect(0, 32px, 16px, 16px);
34}
7729765c
RK
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}