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

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

ვრცლად

A rectangle in the top-left of the browser

  • 1 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 7 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

I'm trying to make my own userChrome.css, and after doing *{color: ...; background-color: ...;} I have an annoying non-transparent rectangle at the top-left of the browser! How can i remove this, and furthermore, where can i find the names of the browser elements like "tab", "ulr-bar" and "titlebar"? Is there a tool which i can use to find those easily?

Pic of the rectangle https://imgur.com/a/GWeFh

I'm trying to make my own userChrome.css, and after doing *{color: ...; background-color: ...;} I have an annoying non-transparent rectangle at the top-left of the browser! How can i remove this, and furthermore, where can i find the names of the browser elements like "tab", "ulr-bar" and "titlebar"? Is there a tool which i can use to find those easily? Pic of the rectangle https://imgur.com/a/GWeFh

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

Generally speaking, you should not use the * selector, since that is meant to apply to every single element and you'll nearly always want to do something more specific.

As there are not a lot of Nightly users here, you might consider starting a thread on this subreddit:

https://www.reddit.com/r/FirefoxCSS/