Questions about modifying Appmenu button

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

Moderators: FranklinDM, Lootyhoof

User avatar
gracious1
Keeps coming back
Keeps coming back
Posts: 891
Joined: 2016-05-15, 05:00
Location: humid upstate NY

Questions about modifying Appmenu button

Unread post by gracious1 » 2017-10-27, 01:50

Hi, Lootyhoof!

In another thread, you showed a user how to modify the appmenu button in Moonfox3 from this:
Image
to this:
Image
using this userstyle (with Stylish):

Code: Select all

#appmenu-toolbar-button .toolbarbutton-text {
  display: -moz-box !important;
}

#main-window:not([privatebrowsingmode=temporary]) #appmenu-toolbar-button {
  list-style-image: none !important;
}
So I was wondering if it is possible to go the other way. For example, Camimoon uses the textual button; would there be a user style that could get it to use the pictorial button that Moonfox3 uses? (BTW, I like Camimoon as it is; I just want to see what this would look like.)

Thanks!
20 July 1969 🌗 Apollo 11 🌓 "One small step for [a] man, one giant leap for mankind." 🚀

Locked