0326d03d53
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6554 599a83e7-65a4-db11-8015-0010dcdd6dc2
81 lines
3.3 KiB
CSS
81 lines
3.3 KiB
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
/* Square */
|
|
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
|
|
.tabbrowser-tab > .tab-image-middle,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
|
|
.tabbrowser-tab > .tab-close-button,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
|
|
.tabbrowser-tab[selected="true"] > .tab-image-middle,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
|
|
.tabbrowser-tab[selected="true"] > .tab-close-button,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
|
|
.tabbrowser-tab > .tab-image-middle,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
|
|
.tabbrowser-tab > .tab-close-button,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
|
|
.tabbrowser-tab[selected="true"] > .tab-image-middle,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
|
|
.tabbrowser-tab[selected="true"] > .tab-close-button {
|
|
height: auto;
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
background: transparent;
|
|
width: 0;
|
|
}
|
|
|
|
|
|
/* Metal */
|
|
|
|
/* horizontal tree */
|
|
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:not([selected="true"])
|
|
.tab-image-middle,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:not([selected="true"])
|
|
.tab-close-button,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab[selected="true"]
|
|
.tab-image-middle,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab[selected="true"]
|
|
.tab-image-middle {
|
|
background-position: left bottom;
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:not([selected="true"])
|
|
.tab-image-left,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab:not([selected="true"])
|
|
.tab-image-left,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab[selected="true"]
|
|
.tab-image-left,
|
|
#main-window:not([active="true"])
|
|
.tabbrowser-tabs[treestyletab-style][treestyletab-mode="horizontal"][treestyletab-tabs-indented="true"]
|
|
.tabbrowser-tab[selected="true"]
|
|
.tab-image-left {
|
|
background-position: left bottom;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|