Apologies in advance if this is a really stupid question, but I've searched
here and Googled my fingers to the bone over the last three days, with no
solution.
I need to change the icons that appear for the topic categories, I've tried
changing ...\catalog\style\gn-icons.less but that's not working, and I can't
find another file that seems related.
I faithfully promise to bash my own head against a wall if the solution is
obvious and I've missed it, but any help would be gratefully (and
desperately) appreciated.
Apologies in advance if this is a really stupid question, but I've searched
here and Googled my fingers to the bone over the last three days, with no
solution.
I need to change the icons that appear for the topic categories, I've tried
changing ...\catalog\style\gn-icons.less but that's not working, and I
can't
find another file that seems related.
I faithfully promise to bash my own head against a wall if the solution is
obvious and I've missed it, but any help would be gratefully (and
desperately) appreciated.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Regarding this Topic Icon, I successfully add a new category and a
corresponding icon by adding the following line to the gn_icons.less file:
.gn-icon-gasolar:before { content: @fa-var-sun-o }
where "gasolar" is the ID of my new category with the proper translation is
french and english for now and "sun-o" the name of the icon on the http://fontawesome.io web site.
Now I wonder what do I need to do to enable custom icon to be part of the
category list as I already use such customized icon in my current GeoNetwork
2.8 install: http://geocatalog.webservice-energy.org/
By custom I mean icon I will create and host myself...