Linuxでの外観を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3894 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-03-25 08:05:00 +00:00
parent d6e0312620
commit 5d43d2ad1f

View File

@ -63,19 +63,23 @@ tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]
tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"] tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]
.treestyletab-splitter { .treestyletab-splitter {
border-style: solid !important;
border-color: #666666 !important;
border-width: 0 1px 0 0 !important;
background: #b3b2b3 !important; background: #b3b2b3 !important;
border: 0 solid #666666 !important;
min-width: 5px;
-moz-appearance: none !important;
} }
:root:not([active="true"]) tabbrowser[treestyletab-style="metal"] :root:not([active="true"]) tabbrowser[treestyletab-style="metal"]
.treestyletab-splitter { .treestyletab-splitter {
border-color: #666666 !important; border-color: #666666 !important;
background: #e4e4e4 !important; background: #e4e4e4 !important;
} }
tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="left"]
.treestyletab-splitter {
border-right-width: 1px !important;
}
tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="right"] tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="right"]
.treestyletab-splitter { .treestyletab-splitter {
border-width: 0 0 0 1px !important; border-left-width: 1px !important;
} }
@ -118,6 +122,14 @@ tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]
text-align: center !important; text-align: center !important;
} }
tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]
.tabbrowser-tab .tab-close-button {
z-index: 1 !important; /* for Linux */
margin: 0 !important;
padding: 3px 4px 4px !important;
text-align: center !important;
}
/* twisty */ /* twisty */