Firefox 3でのタブの表示スタイルを変更
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1828 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
1cc341a283
commit
fa767e8152
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user