switch LCARStrek versions to make a 2.16.1 version to fix up issues reported by AMO...
[themes.git] / LCARStrek / messenger / dialogs.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/. */
351107c9 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 ::::: */
ee6cb01c 14
351107c9 15menu.push {
16 border: 1px solid #FF9F00;
17 padding: 2px;
18 margin: 2px;
19 background-color: inherit;
20 background-image: inherit;
21}
22
23menu.push:hover:active,
b1eaa419 24menu.push[open] {
351107c9 25 border-color: #FFCF00;
02920d2b
RK
26 padding-top: 3px;
27 padding-bottom: 1px;
28 -moz-padding-start: 3px;
29 -moz-padding-end: 1px;
351107c9 30}
31
351107c9 32menu.push[disabled="true"],
33menu.push[disabled="true"]:hover,
34menu.push[disabled="true"]:hover:active {
35 color: #8050B0;
36}