Please could the close tabs cross be moved from the right to the left?
Hello
Of course, it's not the answer expected.
For information purposes.
https://support.mozilla.org/en-US/kb/firefox-advanced-customization-and-configuration
https://www.userchrome.org/how-create-userchrome-css.html
A test, with userChrome.css
/*** close tab button on the left ***/ .tab-close-button{order:-1!important;margin-inline-end:5px!important;}
You can do that with CSS. Put this code into your userChrome.css file:
.tab-close-button { order: -1; margin-right: 5px !important; margin-left: -8px !important; }
If you're not familiar with using CSS, see https://www.userchrome.org/.
Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.
never-displayed