Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Viewing the UI element names in FF65? Inspector Gone?

  • 4 відповіді
  • 1 має цю проблему
  • 37 переглядів
  • Остання відповідь від 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!

Змінено Slouch

Обране рішення

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.

Читати цю відповідь у контексті 👍 0

Усі відповіді (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

Вибране рішення

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 :)