multithreaded-download-manager
multithreaded-download-manager copied to clipboard
Dark icon
In the Firefox addons dark page, the MDM icon is hard to see, will be great make a medium gray or something like that.
There is no way to specify two icons for light/dark themes, and the black icon is choosen to follow the style of built-in extensions.
How did you apply the dark theme to this page? The built-in dark theme does not affect about:addons.
For apply the dark theme set browser.in-content.dark-mode to true (default in Firefox 70 beta). In any case the built-in icon color is not only black, but there are many option to select in the options. For that the icon color in the add-ons page could be different to toolbar customized color.
IMHO, the best choice is #666666 or #808080.
With dark theme and this pref set to true, the about:addon page is still light on my Firefox Nightly latest. Are you using userContent.css? How does the built-in icons such as Flash Player and Default Theme show?
The color option only applies to the toolbar icon. The addon icon in about:addons is a static property and cannot be changed in the program.
With dark theme and this pref set to true, the about:addon page is still light on my Firefox Nightly latest.
I don't know why but is the same for other users.
Are you using userContent.css?
No.
How does the built-in icons such as Flash Player and Default Theme show?
The color option only applies to the toolbar icon. The addon icon in about:addons is a static property and cannot be changed in the program.
I know, in fact you must decide a dark gray color or leave black with a light border all around IMHO..
I don't know why but is the same for other users.
Some tests show that this is related to the system's theme. If the system's theme is not dark, an additional pref ui.systemUsesDarkTheme=1
is required.
built-in icons
I've modified the icon to follow the same color as the built-in ones. Please update to v2.3 and see if there are any problems.
Please set svg.context-properties.content.enabled
to true
. This is required to apply context colors to third-party icons.
In the last Firefox 70 build2 + MDM 2.3, the toolbar icon no more change the color in light or white thru the MDM interface options but remain black. In addition also the add-on page icon is black. Yes, I have the dark theme in Windows 10. http://ftp.mozilla.org/pub/firefox/candidates/70.0-candidates/
the toolbar icon no more change the color
The code is accidentally broken in v2.3. Fixed in v2.3.1.
the add-on page icon is black
This one? Have you set the pref svg.context-properties.content.enabled
?
With 2.3.1 the toolbar icon problem is fixed, but unfortunately the add-on page icon is still black with svg.context-properties.content.enabled to true.
Please right-click the icon and select "inspect element". What's the element code (<img ...>
)?
Your about:addons is using the icon from addons.mozilla.org, which is only black. The new icon packed in the extension is not being used. I'm not sure why Firefox is picking this online icon. I'll look into it.
This morning in my office PC, with same Firefox configuration, the MDM add-ons page icon is white. This afternoon I will try to reinstall the extension.
Yes this src="jar:file:///..."
is the correct local icon packed in the extension. The src="https://addons.cdn.mozilla.net/..."
is the black one on the website.
I'm still not sure what causes Firefox to use the local or web icons. Right now on my system, Firefox prefers the local icon if it exists, and only use the web icon if the extension does not have icon packed.
Unfortunately on my netbook also after removed and reinstall MDM, the icon is still taken from Mozilla web site. EDIT: Same problem on my home desktop PC.