Darkpitch Inspector problem

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

Goodydino
Keeps coming back
Keeps coming back
Posts: 820
Joined: 2017-10-10, 21:20

Darkpitch Inspector problem

Unread post by Goodydino » 2018-06-11, 05:35

In Darkpitch 1.7.0, in the DOM Inspector window, the find button is very hard to see because it is a black icon with a transparent background against an almost black toolbar. Is there some way to substitute another icon for it?

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1568
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: Darkpitch Inspector problem

Unread post by Lootyhoof » 2018-06-11, 09:12

Try this style:

Code: Select all

#winInspectorMain #btnFind .toolbarbutton-icon{
  filter: invert(1) !important;
}

Goodydino
Keeps coming back
Keeps coming back
Posts: 820
Joined: 2017-10-10, 21:20

Re: Darkpitch Inspector problem

Unread post by Goodydino » 2018-06-11, 22:44

In what stylesheet do I put that code? Does it go in inspector.css?

User avatar
Lootyhoof
Themeist
Themeist
Posts: 1568
Joined: 2012-02-09, 23:35
Location: United Kingdom

Re: Darkpitch Inspector problem

Unread post by Lootyhoof » 2018-06-11, 22:53

That could work, though it's probably easier to just use it in userChrome.css (or equivalent).

Goodydino
Keeps coming back
Keeps coming back
Posts: 820
Joined: 2017-10-10, 21:20

Re: Darkpitch Inspector problem

Unread post by Goodydino » 2018-06-12, 01:28

I use more thanl one theme, so I try to avoid putting things into userChrome.css that will affect themes.
I managed to add an inspector folder, which had the icon in (so that could be changed), from another dark theme, into Darkpitch, then added a line to chrome.manifest. It worked.

Locked