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/. */
5 /* ===== dialogs.css ====================================================
6 == Styles used by the general dialogs in Messenger.
7 ======================================================================= */
9 @import url("chrome://messenger/skin/");
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
13 /* ::::: button-like menus ::::: */
16 border: 1px solid #FF9F00;
19 background-color: inherit;
20 background-image: inherit;
23 menu.push:hover:active,
25 border-color: #FFCF00;
28 -moz-padding-start: 3px;
29 -moz-padding-end: 1px;
32 menu.push[disabled="true"],
33 menu.push[disabled="true"]:hover,
34 menu.push[disabled="true"]:hover:active {