more sync of LCARStrek with Firefox 23 browser windows theme changes
[themes.git] / LCARStrek / messenger / dialogs.css
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 /* ===== dialogs.css ====================================================
6   == Styles used by the general dialogs in Messenger.
7   ======================================================================= */
8
9 @import url("chrome://messenger/skin/");
10
11 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
12
13 /* ::::: button-like menus ::::: */
14
15 menu.push {
16   border: 1px solid #FF9F00;
17   padding: 2px;
18   margin: 2px;
19   background-color: inherit;
20   background-image: inherit;
21 }
22
23 menu.push:hover:active,
24 menu.push[open] {
25   border-color: #FFCF00;
26   padding-top: 3px;
27   padding-bottom: 1px;
28   -moz-padding-start: 3px;
29   -moz-padding-end: 1px;
30 }
31
32 menu.push[disabled="true"],
33 menu.push[disabled="true"]:hover,
34 menu.push[disabled="true"]:hover:active {
35   color: #8050B0;
36 }