Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Viewing the UI element names in FF65? Inspector Gone?

  • 4 odpovede
  • 1 má tento problém
  • 93 zobrazení
  • Posledná odpoveď od Slouch

more options

Which Developer Tool in FF65 can be used to inspect the names and CSS code for User Interface elements, such as TabsToolbar, PersonalToolbar, etc?

Last year, I was able to hover the mouse pointer over a UI object (a tab, the address bar, toolbar button, etc) and see the corresponding CSS names. Now, I'm unable to find the correct Inspector.

Please help.

Thanks!

Which Developer Tool in FF65 can be used to inspect the names and CSS code for User Interface elements, such as TabsToolbar, PersonalToolbar, etc? Last year, I was able to hover the mouse pointer over a UI object (a tab, the address bar, toolbar button, etc) and see the corresponding CSS names. Now, I'm unable to find the correct Inspector. Please help. Thanks!

Upravil(a) Slouch dňa

Vybrané riešenie

The browser toolbox is the only way to inspect elements from the user interface. It doesn't show CSS rules or selectors directly, but you can use the "Pick an element..." button at the left end of the Inspector toolbar select a specific item and inspect this item in the Inspector.

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (4)

more options
more options

Thank you philipp. So far I do not see the tool that shows the CSS structure of the browser. But still searching :)

more options

Vybrané riešenie

The browser toolbox is the only way to inspect elements from the user interface. It doesn't show CSS rules or selectors directly, but you can use the "Pick an element..." button at the left end of the Inspector toolbar select a specific item and inspect this item in the Inspector.

more options

Thank you cor-el. That appears to be what I need :)