インデント調整+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

@ -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;
}