summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/windows/mail/multimessageview.css
blob: e019522855c6674f2a1ffdb33f4b08fa2d507d0e (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
/* 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/multimessageview.css");

/* windows-specific overrides for multimessageview.css*/

@media not (prefers-color-scheme: dark) {
  @media (-moz-windows-compositor) and (-moz-windows-default-theme) {
    :root {
      --header-background-color: #f8f8f8;
    }
  }

  @media (-moz-platform: windows-win7) and (-moz-windows-default-theme) {
    :root {
      --header-background-color: rgb(233, 239, 245);
    }
  }
}

.star {
  top: 0.6em;
}