Firefox 3でのタブの表示スタイルを変更

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1828 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-02-22 16:43:02 +00:00
parent 1cc341a283
commit fa767e8152
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="treestyletab@piro.sakura.ne.jp"
em:name="Tree Style Tab"
em:version="0.5.2008022201"
em:version="0.5.2008022301"
em:creator="SHIMODA Hiroshi"
em:description="Show tabs like a tree."
em:homepageURL="http://piro.sakura.ne.jp/xul/_treestyletab.html.en"

View File

@ -42,6 +42,11 @@ tabbrowser[treestyletab-mode="vertical"][treestyletab-firsttab-border="true"] .t
-moz-border-top-colors: ThreeDShadow ThreeDFace !important;
}
tabbrowser[treestyletab-mode="vertical"] .tab-icon-image,
tabbrowser[treestyletab-tabbar-position="bottom"] .tab-icon-image {
margin-left: 0;
}
tabbrowser[treestyletab-mode="vertical"] .tabbrowser-tab[selected="true"],
tabbrowser[treestyletab-tabbar-position="bottom"] .tabbrowser-tab[selected="true"] {
margin: 0 !important;