commit fd8841e0779acb5dca89d110dc585cbe28381bb7 Author: Arlo Breault arlolra@gmail.com Date: Thu Mar 24 12:58:32 2016 -0700
Add a patch for bug 1218193 --- projects/instantbird/bug-1218193.patch | 31 +++++++++++++++++++++++++++++++ projects/instantbird/config | 2 ++ 2 files changed, 33 insertions(+)
diff --git a/projects/instantbird/bug-1218193.patch b/projects/instantbird/bug-1218193.patch new file mode 100644 index 0000000..c540301 --- /dev/null +++ b/projects/instantbird/bug-1218193.patch @@ -0,0 +1,31 @@ + +# HG changeset patch +# User Nihanth Subramanya nhnt11@gmail.com +# Date 1456270075 28800 +# Node ID 07b10276713c5f9cd891ea6e5b944d985c3f2fc2 +# Parent 599fd18da6c144abcc9b7feec4ee30b92e9d7bfc +Bug 1218193 - Fix tab strip background colour on OS X. r=aleth + +diff --git a/im/themes/tabbrowser-pinstripe/tabbrowser.css b/im/themes/tabbrowser-pinstripe/tabbrowser.css +--- a/im/themes/tabbrowser-pinstripe/tabbrowser.css ++++ b/im/themes/tabbrowser-pinstripe/tabbrowser.css +@@ -203,17 +203,17 @@ statusbarpanel#statusbar-display { + } + + .tabbrowser-tab:-moz-lwtheme { + color: inherit; + text-shadow: inherit; + } + + .tabbrowser-strip { +- -moz-appearance: -moz-mac-unified-toolbar; ++ -moz-appearance: toolbar; + height: 26px; + background-repeat: repeat-x; + } + + .tabbrowser-strip:not(:-moz-lwtheme) { + background-color: -moz-mac-chrome-active; + } + + diff --git a/projects/instantbird/config b/projects/instantbird/config index e320000..547cebd 100644 --- a/projects/instantbird/config +++ b/projects/instantbird/config @@ -97,6 +97,8 @@ input_files: - filename: branding/about.png - filename: branding/osx.patch enable: '[% c("var/osx") %]' + - filename: bug-1218193.patch + enable: '[% c("var/osx") %]' - filename: cert-installer.patch enable: '[% c("var/osx") %]' - filename: cert_override.txt
tor-commits@lists.torproject.org