Piro / SHIMODA Hiroshi ff1fef531f flatten stylesheets
2011-05-27 00:10:18 +09:00

19 lines
692 B
CSS

/* horizontal tree */
.tabbrowser-tabs[treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
.tabbrowser-tab:not([selected="true"]),
.tabbrowser-tabs[treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
.tabbrowser-tab[selected="true"],
.tabbrowser-tabs[treestyletab-tabbar-position="top"][treestyletab-tabs-indented="true"]
.tabbrowser-tab:hover:not([selected="true"]),
.tabbrowser-tabs[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;
}