Ticket #22 (closed enhancement: wontfix)

Opened 4 years ago

Last modified 3 years ago

The image vs text option should be expanded

Reported by: anonymous Owned by: t-bone
Priority: minor Component: Tiny Menu
Version: 1.4.1 Severity: Feature
Keywords: image option Cc:

Description

The image vs text option in Tiny Menu 1.4.1 (wonderful extension) could be even more valuable if it was also available for each text title that is checked in the option to leave them on the bar. i.e. most valuable would be the image option for "Bookmarks"

Attachments

Change History

Changed 4 years ago by t-bone

  • status changed from new to closed
  • resolution set to wontfix

I do not plan on implementing this. It would not only be complicated and fragile, the interface would also be very difficult.

If you want this functionality, I suggest you use a userChrome.css customization, as detailed on  the extension homepage in the comments.

Changed 4 years ago by t-bone

Just in case the link above dies (it might), making sure this is recorded:


Everyone who wants a graphical icon for your Tiny Menu, rejoice that you use Firefox, one of the most extensible browsers known to man! I don't even have to change the extension for this. Thing is, I'm not artistic, so I don't know a good icon to put. If you don't like mine, you're free to find a better one.

That said, the userChrome.css file is all you need! Find it, inside the 'chrome' folder in your profile folder, and put in this code:

menu#tinymenu {
	background: 50% 50% no-repeat
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAANPSURBVHjalJJrTBRXGIbfue3OLrMIgruWAqKYAXXTolIv1YY03lKT+oNsTWpNmrQhRtGmSX/YGLzFSxqqibamStJq2hCV2Cpao4amtFFKA4aFgIiUIOCusOwssLeZ3bntOEuksU37wzf5Ts7JOd+T8+Z7YRgG/q92HblWa5Zx4rsbnvT5TO3HNXVf1W598Q2RXm59c+hTl9M5ttyzq2H3wUtfhP0PZ7/Fs919SoFrKuPVmqAQORfub8+6/dFvJJdhURr/zBv17GvYC1PTgLZv9+11Ly15QAo/v4+ULS47K3fU3QuDLSkDkTMXWgoQZQ2utgOoWtEHHUz97z1cfP0nt3eSaYqRFPIsYs9Nc/uBSvM7jKFbiHecx71fmtEXSsAXlTEp6+h078cp75ugoG5fXxbOOnX02Hbq9fy5nrWFQ7wqjZdrQR/0SQE6VYCV/DzU3x9HJ7cIY3ENCUWHbH6lXSrEFksT7CzcwkiwkpYCA1cM9gl0gkZKkpESQ8hmx3DGS6LFWQktJIKxMBhlCOTYGSTEFIaCJObMNrCqKAY6ImnQhCmkLIAaVxF4rKKqKYBWx2rofGbaIVRFhaAAsqpDG+hFaKEOYgmFxi4G5ES/H3rIBEgSJJECxdB4LTMGlstE42Q1ano/w6xHLdOgqGnDITzEO7wB2FhkuHSQekbB0dhwrJuKh8FxVmQX52P3Gwzuzr+I1dxTVDv7sCzqBaEooGIR8MYwyGIO4FiI49TzHJRxveWrsJgpcoCy5EMxbf3UGsW10Tm463wbytJ1IOUENnV+jS83T6B02xqkJgbOVZ/lfdNjvBAuCgk96l+yIJnJkEGrPlS4adhy7ciikijqaMDnjw7jxpYxlFa6AUHEkeNPCs/WnT5OpwFXhh9UnKRsgxuSMXAr/cgutMLFRFBfrpm3I0gkJdOyHVKuAqv/MTquR27+Ia4NpHunAWndWbetOdl8GRsGpxbEiwk4eA4OFwHCnA7DWMxsqGCTBu5cDDYd6CrRvPfrqv6O8ow8H9ac9F39ceNWacS+KJVcYDUNWp0ErAtpBKwO74WnuSF/3ppo+6/n35vp+QdgRhXv7vm+v3ewFKIIAgZUq43OecUV6m/7YdO/3/4n4GX0TIABADxRlal76sjCAAAAAElFTkSuQmCC);
}
menu#tinymenu > label {
	visibility: hidden;
}

The menu will now have a Firefox icon, instead of the word "Menu". That's it!


As mentioned, this can be used for any menu, replacing "#tinymenu" above with the ID of any other menu.

Also, as usual, a patch will be accepted if you want to implement this feature.

Add/Change #22 (The image vs text option should be expanded)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.