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