sync both themes with toolkit windows theme changes in Mozilla 42-44 cycles
[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
d471380e 13#alertBox {
54628835 14 border: 1px solid #666699;
d471380e 15 border-radius: 1px;
e181d49e 16 background-color: #CCD0DD;
d471380e 17 color: #000000;
c3af6803 18}
89eb2c89
RK
19
20.alertCloseButton {
21 list-style-image: url("chrome://global/skin/icons/close-button.gif");
22 padding: 4px 2px;
23}