summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/windows/mail/accountCentral.css
blob: 36540302417d495b807f62f8e59d0ce1851eca14 (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
29
/* 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/. */

/* ===== accountCentral.css ==========================================
  == Styles for the Messenger Account Central panel.
  ======================================================================= */

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

@media (-moz-windows-default-theme: 0) {
  :root:not(:-moz-lwtheme) {
    --bg-color: Window;
    --text-color: WindowText;
    --title-color: -moz-DialogText;
    --primary-color: SelectedItem;
    --primary-color-hover: SelectedItem;
    --btn-color: -moz-DialogText;
    --btn-color-hover: SelectedItemText;
    --btn-bg: Dialog;
    --btn-bg-hover: SelectedItem;
    --btn-shadow-hover: transparent;
    --popup-bg: Window;
  }

  :root:not(:-moz-lwtheme) .btn-hub {
    border: 1px solid -moz-DialogText;
  }
}