Base solution for your next web application
Open Closed

How to add Import icon #640


User avatar
0
nipunjoshi created

Hi, Could you tell me how to add import iconto my app ? There is no such icon on this file : \simple-line-icons.css Thanks.


4 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    simple-line-icons and glyphicons are different icon sets.

    "glyphicon glyphicon-import" should work. You can see all available icons here: <a class="postlink" href="http://www.keenthemes.com/preview/metronic/theme/admin_4_material_design/ui_icons.html">http://www.keenthemes.com/preview/metro ... icons.html</a>

  • User Avatar
    0
    nipunjoshi created

    Hi, Actually it worked before the V 1.7 update.Now it's not working.I have changed all the other icons also after the version update. Please see the image below.Thanks.

    .AddItem(new MenuItemDefinition(
                        PageNames.App.Tenant.Imports,
                        L("Imports"),
                        url: "tenant.imports",
                        icon: "glyphicon glyphicon-import"
                     )
    

  • User Avatar
    0
    hikalkan created
    Support Team

    OK, as I see it's folder has changed in new bootstrap version.

    Move all files from libs\bootstrap\fonts\ to libs\bootstrap\fonts\bootstrap\ than it will work. I did it: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/commit/a89b6de4cd6a5afe6a7144387ab3def6e68dcee2">https://github.com/aspnetzero/aspnet-ze ... f6e68dcee2</a>

  • User Avatar
    0
    nipunjoshi created

    Yes,Now it's working.Thanks a lot :)