# HG changeset patch
# User t_mrc-ct@users.osdn.jp
# Date 1436092906 -32400
#      Sun Jul 05 19:41:46 2015 +0900
# Branch THUNDERBIRD3880_2016050308_RELBRANCH
# Node ID b20ff6195cd020b5dbba6b5375192d0578204777
# Parent  72cbe113aa338c894c01135f148926bc4d0f2959
fix: titlebar bgcolor always inactive if tabsintitlebar

diff --git a/mail/themes/osx/mail/messenger.css b/mail/themes/osx/mail/messenger.css
--- a/mail/themes/osx/mail/messenger.css
+++ b/mail/themes/osx/mail/messenger.css
@@ -24,18 +24,22 @@
   #tabmail {
     box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4) inset !important;
     border-top: solid 1px rgba(0, 0, 0, 0.2);
     border-bottom: solid 1px rgba(0, 0, 0, 0.2);
   }
 }
 
 #messengerWindow[tabsintitlebar="true"] #titlebar-content {
+  background-color: -moz-mac-chrome-active;
   margin-bottom: 9px;
 }
+#messengerWindow[tabsintitlebar="true"]:-moz-window-inactive #titlebar-content {
+  background-color: -moz-mac-chrome-inactive;
+}
 
 #messengerWindow:not([tabsintitlebar="true"]) >
 #titlebar:not(:-moz-lwtheme),
 #messengerWindow[sizemode="fullscreen"]:not([tabsintitlebar="true"]) >
 #titlebar {
   display: none;
 }
 
