Linux版で選択されたタブに余計な影がついていたのを修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3832 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-03-19 01:35:37 +00:00
parent 5b19bb70af
commit 84141032ae
2 changed files with 8 additions and 0 deletions

View File

@ -1 +1,3 @@
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.1.css appversion>=3.1b3pre

View File

@ -0,0 +1,6 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
tabbrowser[treestyletab-mode="vertical"][treestyletab-tabbar-dropshadow="true"]:not([treestyletab-style="vertigo"])
.tabbrowser-tab {
z-index: auto;
}