e7a18c0cc8
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4404 599a83e7-65a4-db11-8015-0010dcdd6dc2
19 lines
748 B
CSS
19 lines
748 B
CSS
/* horizontal tree */
|
|
|
|
tabbrowser[treestyletab-style][treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:not([selected="true"]),
|
|
tabbrowser[treestyletab-style][treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab[selected="true"],
|
|
tabbrowser[treestyletab-style][treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:hover:not([selected="true"]),
|
|
tabbrowser[treestyletab-style][treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:hover[selected="true"] {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin-bottom: 3px;
|
|
height: auto;
|
|
-moz-border-radius: 0 0 0 0;
|
|
border-top-width: 1px;
|
|
}
|
|
|