インデント調整+Firefox 4のタブの仕様変更に追従

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7231 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-16 02:15:07 +00:00
parent 15ec582d5d
commit 3b91b83f77
4 changed files with 36 additions and 19 deletions

View File

@ -1,10 +1,10 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-tab {
.tabbrowser-tab {
z-index: 1 !important;
}
tabbrowser[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-tab:not([pinned="true"]) {
.tabbrowser-tab:not([pinned="true"]) {
position: relative !important;
}

View File

@ -4,28 +4,36 @@
#main-window:not([active="true"])
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
.tabbrowser-tab > .tab-image-middle,
.tabbrowser-tab
.tab-image-middle,
#main-window:not([active="true"])
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
.tabbrowser-tab > .tab-close-button,
.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,
.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,
.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,
.tabbrowser-tab
.tab-image-middle,
#main-window:not([active="true"])
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
.tabbrowser-tab > .tab-close-button,
.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,
.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 {
.tabbrowser-tab[selected="true"]
.tab-close-button {
height: auto;
margin: 0 !important;
padding: 0 !important;

View File

@ -4,28 +4,36 @@
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
.tabbrowser-tab > .tab-image-middle,
.tabbrowser-tab
.tab-image-middle,
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
.tabbrowser-tab > .tab-close-button,
.tabbrowser-tab
.tab-close-button,
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
.tabbrowser-tab[selected="true"] > .tab-image-middle,
.tabbrowser-tab[selected="true"]
.tab-image-middle,
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-mode="vertical"]
.tabbrowser-tab[selected="true"] > .tab-close-button,
.tabbrowser-tab[selected="true"]
.tab-close-button,
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
.tabbrowser-tab > .tab-image-middle,
.tabbrowser-tab
.tab-image-middle,
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
.tabbrowser-tab > .tab-close-button,
.tabbrowser-tab
.tab-close-button,
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
.tabbrowser-tab[selected="true"] > .tab-image-middle,
.tabbrowser-tab[selected="true"]
.tab-image-middle,
#main-window:-moz-window-inactive
.tabbrowser-tabs[treestyletab-style~="square"][treestyletab-tabbar-position="bottom"]
.tabbrowser-tab[selected="true"] > .tab-close-button {
.tabbrowser-tab[selected="true"]
.tab-close-button {
height: auto;
margin: 0 !important;
padding: 0 !important;

View File

@ -19,7 +19,8 @@ tabbrowser[treestyletab-style~="square"][treestyletab-tabbar-position="right"]:n
/* Metal */
.tabbrowser-tabs[treestyletab-style="metal"][treestyletab-mode="vertical"]
.tabbrowser-tab .tab-close-button {
.tabbrowser-tab
.tab-close-button {
padding-left: 0 !important;
padding-right: 0 !important;
}