summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/windows/mail/accountCentral.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/windows/mail/accountCentral.css')
-rw-r--r--comm/mail/themes/windows/mail/accountCentral.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/comm/mail/themes/windows/mail/accountCentral.css b/comm/mail/themes/windows/mail/accountCentral.css
new file mode 100644
index 0000000000..3654030241
--- /dev/null
+++ b/comm/mail/themes/windows/mail/accountCentral.css
@@ -0,0 +1,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;
+ }
+}