Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS ( https://bugzilla.mozilla.org/show_bug.cgi?id=574654 )への対応
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6854 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
1c45cad8a6
commit
94dd43ac12
@ -79,6 +79,14 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-stack > *:first-child + * > hbox:
|
|||||||
direction: ltr !important;
|
direction: ltr !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
|
.tabbrowser-tab:not([pinned]),
|
||||||
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
|
.tabbrowser-tab:not([fadein]) {
|
||||||
|
max-width: none !important;
|
||||||
|
min-width: 1px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* pinned tabs on Firefox 3.7 */
|
/* pinned tabs on Firefox 3.7 */
|
||||||
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
.tabbrowser-tabs[treestyletab-mode="vertical"]
|
||||||
.tabbrowser-tab[pinned="true"] {
|
.tabbrowser-tab[pinned="true"] {
|
||||||
|
Loading…
Reference in New Issue
Block a user