cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nordl
New member
Status: New idea

Please add an option to have the "close tab" button on the left side of a tab.
Lots of Apple users would love that!

I know there’s a workaround with lots of coding involved. But that don’t work for most (non techie) Mac users.
With an easy tick menu in preferences, firefox would much better integrate in Mac look and feel.

5 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

yoasif
Strollin' around

I think this should be based on the behavior of the underlying OS, not necessarily a user configurable option.

CMDot
New member

I agree, having window controls consistent with the underlying OS just makes sense.

Agentvirtuel
Contributor

Hello

Maybe ? with userChrome.css

/*** close tab button on the left ***/ 
.tabbrowser-tab .tab-close-button {order: -1 !important;}

1.png

https://www.userchrome.org

Agentvirtuel
Contributor

Try only (to see)

/*** close tab button on the left ***/ 
.tab-close-button {order: -1 !important;}