Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

সহায়তা খুঁজুন

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.

আরও জানুন

How do I remove activity indicator from tabs?

  • 2 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 3 দেখুন
  • শেষ জবাব দ্বারা chandramani

more options

How do I remove the activity indicator from tabs?

This happened

Not sure how often

How do I remove the activity indicator from tabs? == This happened == Not sure how often

All Replies (2)

more options

Add code to userChrome.css below the @namespace line. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

.tabbrowser-tabs .tab-icon-image {display:none!important;}

cor-el দ্বারা পরিমিত

more options

you have to call removeFromSuperView method.. like this

[activityIndicatorObject removeFromSuperView];