summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/messageBody.css
blob: 3641de574b6c9219b28026a5d1f0ca0b0bcdc59e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@import url("chrome://messenger/skin/shared/messageBody.css");

mailattachcount {
  border: blue;
}

/* ::::: message text, incl. quotes ::::: */

.moz-text-plain pre {
  margin: inherit;
  font-family: inherit;
}

.moz-text-plain[graphical-quote="false"] blockquote {
  margin: inherit;
  border-left: inherit;
  padding-inline-start: inherit;
}

.moz-text-plain[graphical-quote="true"] blockquote {
  margin: inherit;
  border-width: 2px;
  border-color: gray;
}