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

Please could the close tabs cross be moved from the right to the left?

3 Comments
Agentvirtuel
Collaborator

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;}

siffemcon
Contributor

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/.

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.