半透明になったタブが前面に表示される問題へのハックをLinuxのみではなくすべての環境で適用するようにした

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6580 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-04-07 02:24:16 +00:00
parent e6e0529367
commit d1fca66139
3 changed files with 11 additions and 12 deletions

View File

@ -1,3 +1 @@
skin treestyletab-platform classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/ skin treestyletab-platform classic/1.0 jar:chrome/treestyletab.jar!/skin/classic/treestyletab/
style chrome://browser/content/browser.xul chrome://treestyletab-platform/skin/treestyletab-3.5.css appversion>=3.5

View File

@ -1,10 +0,0 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-tab,
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-arrowscrollbox
.tabs-newtab-button {
position: relative;
z-index: auto;
}

View File

@ -106,3 +106,14 @@ tabbrowser[tabberwocky-hidenewtabbutton="true"]
background: url("../metal/shadow-inactive-r.png") repeat-y top left !important; background: url("../metal/shadow-inactive-r.png") repeat-y top left !important;
} }
/* Transparent tabs are shown above solid tabs.
We have to set z-index to show all tabs in the same layer. */
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-tab,
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-arrowscrollbox
.tabs-newtab-button {
position: relative;
z-index: auto;
}