some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / 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#alertNotification {
14 -moz-appearance: none;
15 background: transparent;
16}
17
18#alertBox {
19 border: 1px solid #666699;
20 border-radius: 1px;
21 background-color: #CCD0DD;
22 color: #000000;
23}
24
25.alertCloseButton {
26 list-style-image: url("chrome://global/skin/icons/close-button.gif");
27 padding: 4px 2px;
28}
29
30.alertCloseBox {
31 /* The close button is larger on Windows and has a large
32 circle around it, so we add more space between the close
33 button and the edge of the window. */
34/* margin-inline-end: 2px;*/
35}
36
37#alertSettings {
38 /* The close button is larger on Windows, so the
39 gear button is moved over to accomodate it and
40 keep the two buttons horizontally aligned together. */
41/* margin-inline-end: 5px;*/
42}