EasyUI Forum

General Category => EasyUI for React => Topic started by: shivavalkyre on October 06, 2019, 11:00:20 PM



Title: add new icon
Post by: shivavalkyre on October 06, 2019, 11:00:20 PM
Help Please
how to add new icon?

Thanks...


Title: Re: add new icon
Post by: chrwei on October 11, 2019, 12:58:33 PM
simply add it to your CSS files. 

Code:
.icon-newicon{
        background:url('youricons/newicon.gif') no-repeat center center;
}

path to the icon is relative to the css file you put it in.