Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

CSS Rules for FireFox themes via Stylish?

  • 1 trả lời
  • 1 gặp vấn đề này
  • 15 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Hello, I'm wanting to create a FireFox theme via Stylish. It's been over two years since I've done this and have basically forgot all rules / tags / names FireFox uses in CSS for Stylish. How can I inspect elements of the FireFox UI elements to get their names so I can make a theme? I was hoping by now there'd be some type of wiki of somesort to have all the CSS names of the FireFox UI elements or some examples making a FireFox theme with Stylish. Thanks.

Hello, I'm wanting to create a FireFox theme via Stylish. It's been over two years since I've done this and have basically forgot all rules / tags / names FireFox uses in CSS for Stylish. How can I inspect elements of the FireFox UI elements to get their names so I can make a theme? I was hoping by now there'd be some type of wiki of somesort to have all the CSS names of the FireFox UI elements or some examples making a FireFox theme with Stylish. Thanks.

Được chỉnh sửa bởi ErraticFox vào

Giải pháp được chọn

The DOM Inspector (DOMi) has a menu item (Edit > Select Element By Click) and a toolbar button "Find a node to inspect by clicking on it" (left icon on the toolbar in the DOMi).

  • open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first entry from the drop-down list.
  • click the "Find a node to inspect by clicking on it" button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window other than the title bar).
  • click that element with the mouse and keep the button pressed until you see a red border to indicate that the DOMi has located that element in the DOM tree.

See also:

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

The DOM Inspector (DOMi) has a menu item (Edit > Select Element By Click) and a toolbar button "Find a node to inspect by clicking on it" (left icon on the toolbar in the DOMi).

  • open the browser window in the DOMi (File > Inspect Chrome Document) and choose the first entry from the drop-down list.
  • click the "Find a node to inspect by clicking on it" button and use the keyboard (Alt Tab) or the Task bar to go back to the browser window (do not click in the browser window other than the title bar).
  • click that element with the mouse and keep the button pressed until you see a red border to indicate that the DOMi has located that element in the DOM tree.

See also: