From 6e16116aa3094441f448c8ac9df910550dfbfe5d Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Mon, 29 Nov 2010 15:18:40 +0100 Subject: [PATCH] Bug 547787 - New style for the tab bar on Mac. r=dao, a=beta8 --- browser/base/content/browser.xul | 36 ++ browser/base/content/tabbrowser.css | 2 +- browser/base/content/tabbrowser.xml | 12 +- browser/themes/pinstripe/browser/browser.css | 325 ++++++++++++------ browser/themes/pinstripe/browser/jar.mn | 12 +- .../browser/tabbrowser/tab-bkgnd.png | Bin 149 -> 0 bytes .../tabbrowser/tab-bottom-hover-active.png | Bin 0 -> 422 bytes .../tabbrowser/tab-bottom-normal-active.png | Bin 0 -> 405 bytes .../tabbrowser/tab-bottom-selected-active.png | Bin 0 -> 487 bytes .../tabbrowser/tab-top-hover-active.png | Bin 0 -> 466 bytes .../tabbrowser/tab-top-normal-active.png | Bin 0 -> 464 bytes .../tabbrowser/tab-top-selected-active.png | Bin 0 -> 691 bytes .../tabbrowser/tabbar-bottom-bg-active.png | Bin 0 -> 135 bytes .../tabbrowser/tabbar-bottom-bg-inactive.png | Bin 0 -> 137 bytes .../tabbrowser/tabbar-top-bg-active.png | Bin 0 -> 156 bytes .../tabbrowser/tabbar-top-bg-inactive.png | Bin 0 -> 151 bytes .../tabbrowser/tabbrowser-tabs-bkgnd.png | Bin 155 -> 0 bytes 17 files changed, 277 insertions(+), 110 deletions(-) delete mode 100644 browser/themes/pinstripe/browser/tabbrowser/tab-bkgnd.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tab-bottom-hover-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tab-bottom-normal-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tab-bottom-selected-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tab-top-hover-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tab-top-normal-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tab-top-selected-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tabbar-bottom-bg-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tabbar-bottom-bg-inactive.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tabbar-top-bg-active.png create mode 100644 browser/themes/pinstripe/browser/tabbrowser/tabbar-top-bg-inactive.png delete mode 100644 browser/themes/pinstripe/browser/tabbrowser/tabbrowser-tabs-bkgnd.png diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index 3346f2c3a514..237198599505 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -987,6 +987,42 @@ #endif +#ifdef XP_MACOSX + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +#endif #