overdodactyl / ShadowFox

A universal dark theme for Firefox

Home Page:https://overdodactyl.github.io/ShadowFox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme for Downloads sidebar

Nightliss opened this issue · comments

Name: Downloads sidebar
Link: https://addons.mozilla.org/en-US/firefox/addon/downloads-sidebar/

What needs to be styled:

ss

Also a question: How can I inspect the sidebar to get class names of the elements there? I could probably style it myself but default inspector doesn't go outside main browser window and googling for an answer didn't yield any result :/

Hi @Nightliss, I've added a theme for the extension if you want to update. It's not one I use, so if there's things I've missed or it breaks in future versions, feel free to re-open/open a new issue.

How can I inspect the sidebar to get class names of the elements there

For extensions the easiest way I've found is to use the "Debug" feature:

  • about:debugging#addons or, alternatively, about:addons > Gear Menu > "Debug Addons"
  • Find the add-on of interest and select "Debug".

This will bring up the inspector, but instead of inspecting browser elements, you can inspect the add-on.

You can use the button in the top right (square button, top half rectangle, bottom half two squares) to target a specific iframe. For example, to target the addons sidebar, change focus to moz-extension://......./sidebar/panel.html