summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/linux/mail/variables.css
blob: f8bb95f640167718faf4769c2d9540362123a29a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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: var(--selected-item-color);
  --toolbar-non-lwt-bgcolor: color-mix(in srgb, -moz-dialog 85%, white);
  --toolbar-non-lwt-textcolor: -moz-dialogtext;
  --toolbar-non-lwt-bgimage: linear-gradient(rgba(255, 255, 255, 0.15),
                                             rgba(255, 255, 255, 0.15));
  --chrome-content-separator-color: ThreeDShadow;
  --row-grouped-header-bg-color: -moz-dialog;
  --row-grouped-header-bg-color-selected: var(--selected-item-color);
  --panel-separator-color: ThreeDShadow;
  --autocomplete-popup-url-color: -moz-nativehyperlinktext;
}