- 首先给出icon预览地址
glyphicons图标地址https://v3.bootcss.com/components/#glyphicons
Feather图标https://feathericons.com/
更多https://auth.ihewro.com/user/docs#/icons 修改颜色方法
.glyphicon-fire {
color: #ff0000;
}.feather-user{
color: #f0b750;
}
将以上代码放进如下图中(handsome后台外观设置,开发者自定义css)
想配置别的图标颜色按上面的模板来就行
这里给一个取色器地址http://tools.jb51.net/color/jPicker
1 条评论
辛苦了!~~