Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

This thread was closed and archived. Please ask a new question if you need help.

removed

  • 5 replies
  • 1 has this problem
  • 4 views
  • Last reply by newbie442

more options

removed

removed

Modified by newbie442

Chosen solution

All Replies (5)

more options

I don't know about css but this preference may do what you want. You will have to create it as a number and give it the number 1. ui.prefersReducedMotion

more options

I can't make out from the video what you mean, but you can look at this CSS file to see what rules are applied.

more options

Chosen Solution

removed

Modified by newbie442

more options

I added these and it works, though my 'x' tab button is centered now haha

My question how do i hide these globe icons from my bookmarks toolbar? See image https://i.postimg.cc/wxhgVzQZ/2.png

  1. personal-bookmarks .bookmark-item[container="true"] .toolbarbutton-icon {
display:none!important;

}

.tab-icon-stack { display: none !important; }

vbox.tab-label-container { display: none !important; }

So i've hidden the tab icon and folder icons... how do i also hide the globe icons within the bookmark folders?

Modified by newbie442

more options

While my post is still being approved for some reason, here is what i want to hide now (see image, highlighted in red) https://postimg.cc/F1sMr2qV

here's my css so far

  1. personal-bookmarks .bookmark-item[container="true"] .toolbarbutton-icon {
display:none!important;

}

.tab-icon-stack { display: none !important; }

vbox.tab-label-container { display: none !important; }

.tabbrowser-tab .tab-loading-burst {

 display: none !important;

}

Modified by newbie442