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

:root {
  --tabline-color: AccentColor;
  --toolbar-non-lwt-bgcolor: #f9f9fa;
  --toolbar-non-lwt-textcolor: #0c0c0d;
  --toolbar-non-lwt-bgimage: none;
  --chrome-content-separator-color: hsl(0, 0%, 60%);
  --row-grouped-header-bg-color: #d5d5d5;
  --row-grouped-header-bg-color-selected: #3874d1;
  --panel-separator-color: hsla(210, 4%, 10%, 0.14);
  --autocomplete-popup-url-color: hsl(210, 77%, 47%);
}

:root:not(:-moz-lwtheme) {
  --chrome-content-separator-color: hsl(0, 0%, 68%);
}

:root:not(:-moz-lwtheme):-moz-window-inactive {
  --toolbar-bgcolor: -moz-mac-chrome-inactive;
  --chrome-content-separator-color: hsl(0, 0%, 85%);
}