We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requested here: https://addons.mozilla.org/addon/private-tab/reviews/495488/
We can use additional button (just like for built-in "New Tab" button):
and tricks like chrome://browser/content/browser.css
#tabbrowser-tabs:not([overflow="true"]) ~ #alltabs-button, #tabbrowser-tabs:not([overflow="true"]) + #new-tab-button, #tabbrowser-tabs[overflow="true"] > .tabbrowser-arrowscrollbox > .tabs-newtab-button, #TabsToolbar[currentset]:not([currentset*="tabbrowser-tabs,new-tab-button"]) > #tabbrowser-tabs > .tabbrowser-arrowscrollbox > .tabs-newtab-button, #TabsToolbar[customizing="true"] > #tabbrowser-tabs > .tabbrowser-arrowscrollbox > .tabs-newtab-button { visibility: collapse; }
The text was updated successfully, but these errors were encountered:
Add ability to show "New Private Tab" button after "New Tab" button
d6e3449
(draft for #90)
With d6e3449 commit supported following: [Tabs][New Tab][New Private Tab] and [Tabs][New Private Tab]
[Tabs][New Tab][New Private Tab]
[Tabs][New Private Tab]
Unfortunately there is no easy way to support [Tabs][New Private Tab][New Tab] too. So now we have following:
[Tabs][New Private Tab][New Tab]
Tabs area Customizable toolbar area ┌────────────────────────────────────────────────────────────────────────────┬────────────────────────────┐ │First tab] ... [Last tab][New Tab][New Private Tab][<-- flexible spacer -->]│[New Tab*][New Private Tab*]│ └────────────────────────────────────────────────────────────────────────────┴────────────────────────────┘ * – real toolbar buttons
And buttons after last tab are visible only until all tabs are visible too (and then becomes visible real buttons).
Sorry, something went wrong.
Test version: private_tab-0.1.4pre7-fx-sm.xpi (source).
No branches or pull requests
Requested here: https://addons.mozilla.org/addon/private-tab/reviews/495488/
We can use additional button (just like for built-in "New Tab" button):
and tricks like
chrome://browser/content/browser.css
The text was updated successfully, but these errors were encountered: