remove codes for Firefox 3.0
This commit is contained in:
parent
17c7a08ec9
commit
fce26a7fbc
@ -330,7 +330,7 @@ tabbrowser[treestyletab-tabbar-autohide-mode="1"][treestyletab-tabbar-autohide="
|
|||||||
.tabbrowser-tabs[treestyletab-hide-alltabs-button="true"]
|
.tabbrowser-tabs[treestyletab-hide-alltabs-button="true"]
|
||||||
.tabs-alltabs-stack,
|
.tabs-alltabs-stack,
|
||||||
.tabbrowser-tabs[treestyletab-hide-alltabs-button="true"]
|
.tabbrowser-tabs[treestyletab-hide-alltabs-button="true"]
|
||||||
.tabbrowser-arrowscrollbox ~ stack /* "all tabs" button in Firefox 3.0-3.5 */ {
|
.tabbrowser-arrowscrollbox ~ stack /* "all tabs" button in Firefox 3.5 */ {
|
||||||
visibility: collapse !important;
|
visibility: collapse !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -388,10 +388,3 @@ image.tab-icon {
|
|||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tab Utilities + Firefox 3.0 (not 3.5 and later!) */
|
|
||||||
tabbrowser[treestyletab-mode="vertical"]
|
|
||||||
.tabs-stack
|
|
||||||
> *:first-child + *
|
|
||||||
> hbox:not(.tabs-apptabs-container) {
|
|
||||||
-moz-box-flex: 1 !important;
|
|
||||||
}
|
|
||||||
|
@ -261,6 +261,7 @@ var TreeStyleTabService = {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
behavior += this.kGROUP_BOOKMARK_USE_DUMMY;
|
behavior += this.kGROUP_BOOKMARK_USE_DUMMY;
|
||||||
if (!this.getTreePref('openGroupBookmarkBehavior.confirm')) {
|
if (!this.getTreePref('openGroupBookmarkBehavior.confirm')) {
|
||||||
behavior += (
|
behavior += (
|
||||||
@ -636,7 +637,7 @@ try{
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// auto-switch for staying on tabs (Firefox 3.0 or later)
|
// auto-switch for staying on tabs (Firefox 3.5 or later)
|
||||||
if (
|
if (
|
||||||
setEffectAllowedFunc &&
|
setEffectAllowedFunc &&
|
||||||
info.position == this.kDROP_ON &&
|
info.position == this.kDROP_ON &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user