Sonny, i hide icons in all menus but for some reason this doesn't work for the editor Rclick context menu. Do you know what i need to use to hide those icons? I know ChoGGi actually had an option for this, those menus are 'special', i remember that but can't find my old code to fix this.
Also (AMF), i wonder what's up with the addons update progress image, i don't see it and my code to apply an image doesn't work. Would it be possible for you to add an image there?
What i mean is some image that will show while checking for updates (manually) and 'Updating add-ons' is on, this would indicate something is happening 'cause right now it's just looking dead and if you have many exts., it takes time and you don't really know what's going on. Having some animation there until 'No updates found' or 'View available updates' show up would help.
Don't know why the Mozilla Dev's did not code for it, but try this: Used the default throbber image. To change, use this: #updates-spinner { list-style-image: url("chrome://global/skin/media/throbber.png") !important; }
Edit: For your Rclick context menu icons, try this: #sourceeditor-context menuitem { list-style-image: none !important; }
And this from your file is the culprit, i applied it and it now works: .sorter, #scroll, #list-view .addon-control, #updates-container button .button-text
Plus, you can try going into your profile > extensions > addonmanagerfix@sonco.com > scripts and open file helper.js (a very short file) and change AGENT to USER in 3 places. Save and close.
But then i will have to do this for every update... and what about those who use my styles? Too late. I'm trying to fix all this. The biggest issue is i can't get the buttons hover for whatever reason and alignment is wrong, you had it fixed before but it now broken again. If you're not sure what i'm talking about, look up somewhere where calico posted about it last and you posted a fixed version. it was all right until the last version.
Don't know why the Mozilla Dev's did not code for it...
The same reason they can't fix printing and a decent color palette for 13+years! I gave up on this kindergarten a long time ago. Thanks for the spinner though!
Once I gave the spinner an id (#updates-spinner"), only two entries needed: document.getElementById("updates-spinner").hidden = false; and document.getElementById("updates-spinner").hidden = true; No need to be a Rocket Scientist.
Sonny, i ran into this a few times: when sorting styles by tag, tagless styles don't show at all. They should show in alphabetical order at the bottom, after all tags. Possible? TIA!
Comments
Have a great new year and best wishes to your family!
Added an Font Size input box for adjusting font size in code area (applies to Standard and Orion).
i hide icons in all menus but for some reason this doesn't work for the editor Rclick context menu. Do you know what i need to use to hide those icons? I know ChoGGi actually had an option for this, those menus are 'special', i remember that but can't find my old code to fix this.
What i mean is some image that will show while checking for updates (manually) and 'Updating add-ons' is on, this would indicate something is happening 'cause right now it's just looking dead and if you have many exts., it takes time and you don't really know what's going on. Having some animation there until 'No updates found' or 'View available updates' show up would help.
Used the default throbber image. To change, use this:
#updates-spinner {
list-style-image: url("chrome://global/skin/media/throbber.png") !important;
}
Edit:
For your Rclick context menu icons, try this:
#sourceeditor-context menuitem {
list-style-image: none !important;
}
I really need the previous version because this one is a mess, sorry.
And this from your file is the culprit, i applied it and it now works:
.sorter,
#scroll,
#list-view .addon-control,
#updates-container button .button-text
Possible to link me to your styles for this addon?
https://userstyles.org/styles/107619/addons-manager-for-addons-manager-fix-ext
https://userstyles.org/styles/108686/addons-manager-silver
Both before the last version, i didn't update them yet since i can't fix the buttons hover, it shows your button instead of mine.
What you see in white is the hover i can't fix.
BTW, what size is that edit button? My image is squished.
Too late. I'm trying to fix all this. The biggest issue is i can't get the buttons hover for whatever reason and alignment is wrong, you had it fixed before but it now broken again. If you're not sure what i'm talking about, look up somewhere where calico posted about it last and you posted a fixed version. it was all right until the last version.
Just don't use AMF in the Dark Theme mode.
Thanks for the spinner though!
document.getElementById("updates-spinner").hidden = false; and document.getElementById("updates-spinner").hidden = true;
No need to be a Rocket Scientist.
i ran into this a few times: when sorting styles by tag, tagless styles don't show at all. They should show in alphabetical order at the bottom, after all tags. Possible? TIA!