From 0db1da1d1a18aa329f77fad082908e45ec3fe6ef Mon Sep 17 00:00:00 2001 From: SHIMODA Hiroshi Date: Tue, 30 Nov 2010 09:32:54 +0900 Subject: [PATCH] remove codes for Firefox 3.0 --- chrome.manifest | 1 - .../skin/classic/treestyletab/treestyletab-3.5.css | 10 ---------- .../Darwin/skin/classic/treestyletab/treestyletab.css | 9 +++++++++ 3 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 platform/Darwin/skin/classic/treestyletab/treestyletab-3.5.css diff --git a/chrome.manifest b/chrome.manifest index 5baf7880..ea4e3c9f 100644 --- a/chrome.manifest +++ b/chrome.manifest @@ -31,7 +31,6 @@ skin treestyletab-platform classic/1.0 jar:platform/WINNT/chrome/treestyletab.ja skin treestyletab-platform classic/1.0 jar:platform/Linux/chrome/treestyletab.jar!/skin/classic/treestyletab/ os=Linux skin treestyletab-platform classic/1.0 jar:platform/Darwin/chrome/treestyletab.jar!/skin/classic/treestyletab/ os=Darwin -style chrome://browser/content/browser.xul chrome://treestyletab-platform/skin/treestyletab-3.5.css os=Darwin override chrome://treestyletab-platform/skin/metal/treestyletab-inactive.css chrome://treestyletab-platform/skin/metal/treestyletab-inactive-3.5.css os=Darwin override chrome://treestyletab-platform/skin/metal/treestyletab-inactive.css chrome://treestyletab-platform/skin/metal/treestyletab-inactive-4.css os=Darwin appversion>=4.0b5pre diff --git a/platform/Darwin/skin/classic/treestyletab/treestyletab-3.5.css b/platform/Darwin/skin/classic/treestyletab/treestyletab-3.5.css deleted file mode 100644 index 31f6e34a..00000000 --- a/platform/Darwin/skin/classic/treestyletab/treestyletab-3.5.css +++ /dev/null @@ -1,10 +0,0 @@ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"] - .tabbrowser-tab { - z-index: 1 !important; -} -tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"] - .tabbrowser-tab:not([pinned="true"]) { - position: relative !important; -} diff --git a/platform/Darwin/skin/classic/treestyletab/treestyletab.css b/platform/Darwin/skin/classic/treestyletab/treestyletab.css index 7c099d80..c3de5389 100644 --- a/platform/Darwin/skin/classic/treestyletab/treestyletab.css +++ b/platform/Darwin/skin/classic/treestyletab/treestyletab.css @@ -15,6 +15,15 @@ tabbrowser[treestyletab-style~="square"][treestyletab-tabbar-position="right"]:n -moz-border-left-colors: ThreeDShadow !important; } +tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"] + .tabbrowser-tab { + z-index: 1 !important; +} +tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"] + .tabbrowser-tab:not([pinned="true"]) { + position: relative !important; +} + /* Metal */