Metal, Sidebarでもタブ幅固定の時はborderを表示
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6441 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
0f9154a8ff
commit
3e223bfe11
@ -95,12 +95,16 @@ tabbrowser[treestyletab-style="metal"][treestyletab-mode="vertical"]
|
||||
background: #e4e4e4 !important;
|
||||
}
|
||||
tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="left"]
|
||||
.treestyletab-splitter {
|
||||
border-right-width: 1px !important;
|
||||
.treestyletab-splitter,
|
||||
.tabbrowser-strip[treestyletab-style="metal"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"],
|
||||
#TabsToolbar[treestyletab-style="metal"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] {
|
||||
border-right: 1px solid #666666 !important;
|
||||
}
|
||||
tabbrowser[treestyletab-style="metal"][treestyletab-tabbar-position="right"]
|
||||
.treestyletab-splitter {
|
||||
border-left-width: 1px !important;
|
||||
.treestyletab-splitter,
|
||||
.tabbrowser-strip[treestyletab-style="metal"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"],
|
||||
#TabsToolbar[treestyletab-style="metal"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"] {
|
||||
border-left: 1px solid #666666 !important;
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,6 +44,20 @@ tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"] .treestyl
|
||||
tabbrowser[treestyletab-style="sidebar"][treestyletab-mode="vertical"] .treestyletab-splitter {
|
||||
background-color: #868686;
|
||||
}
|
||||
.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] {
|
||||
border-right: 1px solid #404040;
|
||||
}
|
||||
#main-window:not([active="true"])
|
||||
.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="left"][treestyletab-tabbar-fixed="true"] {
|
||||
border-right-color: #868686;
|
||||
}
|
||||
.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"] {
|
||||
border-left: 1px solid #404040;
|
||||
}
|
||||
#main-window:not([active="true"])
|
||||
.tabbrowser-strip[treestyletab-style="sidebar"][treestyletab-tabbar-position="right"][treestyletab-tabbar-fixed="true"] {
|
||||
border-left-color: #868686;
|
||||
}
|
||||
|
||||
/* Style tabs themselves. Get rid of most of the initial XUL styling */
|
||||
.tabbrowser-tabs[treestyletab-style="sidebar"][treestyletab-mode="vertical"] .tabbrowser-tab {
|
||||
|
Loading…
Reference in New Issue
Block a user