设置handsome图标颜色(icon颜色设置)
首先给出icon预览地址
glyphicons图标地址https://v3.bootcss.com/components/#glyphiconsFeather图标https://feathericons.com/
更多https://auth.ihewro.com/user/docs#/icons
[*]修改颜色方法
.glyphicon-fire {
color: #ff0000;
}.feather-user{
color: #f0b750;
}将以上代码放进如下图中(handsome后台外观设置,开发者自定义css)
页:
[1]