pinnedな1つ目のタブにはボーダーを表示しない

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6722 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-06-25 16:36:22 +00:00
parent babfbaaccf
commit 23754591f8

View File

@ -77,7 +77,7 @@
-moz-box-align: stretch !important;
}
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"][treestyletab-firsttab-border="true"]
.tabbrowser-tab:not([selected="true"]):first-child {
.tabbrowser-tab:not([pinned="true"]):not([selected="true"]):first-child {
-moz-border-top-colors: ThreeDShadow transparent !important;
}