update versions to current nightlies
[themes.git] / EarlyBlue / 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/. */
c3af6803 4
e181d49e
RK
5/* ===== alert.css =====================================================
6 == Styles specific to the alerts dialog.
7 ======================================================================= */
c3af6803 8
d471380e 9@import url("chrome://global/skin/alerts/alert-common.css");
c3af6803 10
e181d49e 11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
c3af6803 12
7729765c
RK
13#alertNotification {
14 -moz-appearance: none;
15 background: transparent;
16}
17
d471380e 18#alertBox {
54628835 19 border: 1px solid #666699;
d471380e 20 border-radius: 1px;
e181d49e 21 background-color: #CCD0DD;
d471380e 22 color: #000000;
c3af6803 23}
89eb2c89
RK
24
25.alertCloseButton {
26 list-style-image: url("chrome://global/skin/icons/close-button.gif");
27 padding: 4px 2px;
28}
7729765c
RK
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}