FR - Icons for Operations / Buttons etc

On this forum you can see a list of new features requested by users and you can also cast your own vote (you need to login to vote).
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

FR - Icons for Operations / Buttons etc

Post by PointsWell »

Currently you can use a Font Awesome icon in buttons throughout AIM.
Screen Shot 2021-05-27 at 11.04.49.png
Screen Shot 2021-05-27 at 11.04.49.png (10.77 KiB) Viewed 17336 times
Fontawesome allows for composite icons using layers to generate new icons
Screen Shot 2021-05-27 at 11.07.27.png
Screen Shot 2021-05-27 at 11.07.27.png (4.98 KiB) Viewed 17336 times
Which is just

Code: Select all

<span class="fa-stack ">
  <i class="fal fa-globe-stand fa-2x"></i>
  <i class="fal fa-slash fa-stack-2x" ></i>
</span>
AIM is just taking the part inside the <I class='"> marks.

Could it be possible to modify the field to show the full css class so that it can be expanded to the above as this would allow for more versatile icon use.
customaware
Posts: 2391
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: FR - Icons for Operations / Buttons etc

Post by customaware »

+1
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
joben
Posts: 221
Joined: Wed Nov 06, 2019 9:49 pm
Location: Sweden
Contact:

Re: FR - Icons for Operations / Buttons etc

Post by joben »

+1
Regards, Joakim

Image
jannes
Posts: 100
Joined: Tue Jul 02, 2019 12:22 pm

Re: FR - Icons for Operations / Buttons etc

Post by jannes »

+ 1
Post Reply