# HG changeset patch
# User Richard Marti <richard.marti@gmail.com>
# Date 1468342751 -32400
#      Wed Jul 13 01:59:11 2016 +0900
# Branch THUNDERBIRD3880_2016050308_RELBRANCH
# Node ID 1ecec1aa0b8e2b09ed6dc29bd9e6274eda0bce52
# Parent  cf8713238bf38ff8f606236d0b8e83be72702675
Bug 1272469 - Give #messengerBox colors to not inherit from LW-themes. r=aceman a=rkent

diff --git a/mail/themes/shared/mail/mailWindow1.css b/mail/themes/shared/mail/mailWindow1.css
--- a/mail/themes/shared/mail/mailWindow1.css
+++ b/mail/themes/shared/mail/mailWindow1.css
@@ -5,16 +5,21 @@
  */
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 #tabmail:-moz-lwtheme {
   text-shadow: none;
 }
 
+#messengerBox {
+  color: -moz-DialogText;
+  background-color: -moz-Dialog;
+}
+
 #folderUnreadCol,
 #folderTotalCol,
 #folderSizeCol {
   text-align: right;
 }
 
 #folderNameCol [sortDirection="ascending"],
 #folderNameCol [sortDirection="descending"] {
diff --git a/mail/themes/windows/mail/mailWindow1.css b/mail/themes/windows/mail/mailWindow1.css
--- a/mail/themes/windows/mail/mailWindow1.css
+++ b/mail/themes/windows/mail/mailWindow1.css
@@ -46,20 +46,16 @@
 /* Don't use the listbox appearance as that gives us a blue-grey top border
    that collides with the primary toolbar border */
 #threadTree, #folderTree {
   -moz-appearance:  none;
   background-color: -moz-Field;
   color: -moz-FieldText;
 }
 
-#messengerBox {
-  background-color: -moz-Dialog;
-}
-
 /* ::::: thread decoration ::::: */
 
 treechildren::-moz-tree-row(dummy)  {
   background-color:  #F0F0F0;
   -moz-padding-start: 2px;
 }
 
 treechildren::-moz-tree-row(dummy, selected) {
