საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Remove Active Tab White Outline Border FF29?

  • 5 პასუხი
  • 7 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 16 ნახვა
  • ბოლოს გამოეხმაურა theBo

Hi

I would like to remove the white outline border around the active tabs in FF29. I would like it to blend in to the background like the inactive tabs.

I have Tab mix plus and classic theme restorer installed. They do fine only would like the border transparent.

Thanks

Hi I would like to remove the white outline border around the active tabs in FF29. I would like it to blend in to the background like the inactive tabs. I have Tab mix plus and classic theme restorer installed. They do fine only would like the border transparent. Thanks

გადაწყვეტა შერჩეულია

ყველა პასუხი (5)

Could you post a screen shot of what your tabs look like? It would be great if you included a shot showing at least one background tab (no outline), a hovered tab (outline with slightly colored background) and active tab. This article has suggestions: How do I create a screenshot of my problem?

Hi jscher2000 thanks for your reply.

Ive uploaded screenshot below. The tab on the left is the inactive tab, the tab in the middle is the hovered tab, and the tab on the right is the active tab.

Basically i want all the tabs to look like the left (inactive) tab, so that all the tabs will be the same only the active tab will be distinguished by the bold font only. So i just need to remove the white border outline of the active tab and if possible remove the hovered background of the hovered tab.

And i know how to edit the userchrome.css file if any coding is required.

Thanks again for your help

I can't test this very well because I have a completely different color scheme.

For the selected tab, could you try this set of rules to remove the background graphics that create the outline? Not sure about the background-color: for me it turns transparent only on the middle section not the curved end pieces. Might be okay on yours.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tab-background-start[selected=true]:-moz-locale-dir(ltr)::after,
.tab-background-end[selected=true]:-moz-locale-dir(rtl)::after {
  background-image: none !important;
  background-color: transparent !important;
}
.tab-background-end[selected=true]:-moz-locale-dir(ltr)::after,
.tab-background-start[selected=true]:-moz-locale-dir(rtl)::after {
  background-image: none !important;
  background-color: transparent !important;
}
.tab-background-middle[selected=true] {
  background-image: none !important;
  background-color: transparent !important;
}

Hi thanks again for your reply.

I tried the code unfortunately didnt notice any change. tried changing background colour to black still no change. The white border is only really visible on the black colour scheme like mine but with other colours not as noticeable.

It seems if ur able to find out the default code for the inactive tabs as they are totally transparent and blend in with the background image. So maybe can use same code for active tab?

Its not really big issue just force of habit having all my tabs all black like in previous versions.

Oh forgot to mention im using tab mix plus to make the active tab all black but it doesnt make make white outline black.

Thanks again for your time.

შერჩეული გადაწყვეტა

Got it solved

Thanks