support new nightly builds
[themes.git] / LCARStrek / messenger / newmailalert.css
CommitLineData
c3c5761b
RK
1/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 * This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5
6/* ===== alert.css =====================================================
7 == Styles specific to the alerts dialog.
8 ======================================================================= */
9
10@import url("chrome://messenger/skin/");
11
12@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
13
14#newMailAlertNotification {
15 min-height: 60px;
16 border: 1px solid #9C9CFF;
17 border-radius: 5px;
18}
19
20#alertImage {
21 list-style-image: url("chrome://branding/content/icon64.png");
22}
23
24#alertImageBox {
25 padding: 4px;
26}
27
28#alertTitle {
29 font-weight: bold;
30}
31
32#alertTextBox {
33 padding: 4px;
34 -moz-padding-end: 16px;
35}
36
37.folderSummary-message-row
38{
39 /* This max width ends up dictating the overall width of the alert window
40 because it controls how large the preview, subject and sender text can be
41 before cropping kicks in */
42 max-width: 450px;
43 padding: 0px 5px;
44}
45
46.folderSummary-subject {
47 font-weight: bold;
48}
49
50.folderSummary-sender, .folderSummary-subject {
51 cursor: inherit;
52}
53
54.folderSummary-previewText {
55 color: #A09090;
56}
57
58.folderSummaryMessage:hover > .folderSummary-message-row {
59 cursor: pointer;
60 color: #9C9CFF;
61}
62
63#closeButton {
64 list-style-image: url("chrome://global/skin/icons/close-button.gif");
65 -moz-appearance: none;
66 border: none !important;
67 padding: 2px 0px 0px;
68}