.e-kanban .e-slcollapse:before,
.e-kanban .e-clcollapse:before {
content: "\e606";
}
.e-kanban .e-slexpand:before,
.e-kanban .e-clexpand:before {
content: "\e607"
} |
<link rel="stylesheet" rel='nofollow' href="//maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<style>
.e-kanban .e-slcollapse:before,
.e-kanban .e-clcollapse:before {
content: "\e030";
}
.e-kanban .e-slexpand:before,
.e-kanban .e-clexpand:before {
content: "\e031"
}
</style>
create: function (args){
var lenCl = $(".e-icon.e-clexpand").length;
for(var i=0; i<lenCl; i++) {
icon = $(".e-icon.e-clexpand")[0];
icon.classList.replace("e-icon", "glyphicon");
}
var lenSwim = $(".e-icon.e-slexpand").length;
for(var j=0; j<lenSwim; j++) {
icon = $(".e-icon.e-slexpand")[0];
icon.classList.replace("e-icon", "glyphicon");
}
} |
@font-face {
font-family: 'customiconpackname';
src: url('../fonts/customiconpack.eot?lchn8y');
src: url('../fonts/customiconpack.eot?lchn8y#iefix') format('embedded-opentype'),
url('../fonts/customiconpack.ttf?lchn8y') format('truetype'),
url('../fonts/customiconpack.woff2?lchn8y') format('woff'),
url('../fonts/customiconpack.woff?lchn8y') format('woff'),
url('../fonts/customiconpack.svg?lchn8y#customiconpack') format('svg');
font-weight: normal;
font-style: normal;
}
selector:after {
font-family: 'customiconpackname';
content: '\e953';
} |
@font-face {
font-family: 'customiconpackname';
src: url('../fonts/customiconpack.eot?lchn8y');
src: url('../fonts/customiconpack.eot?lchn8y#iefix') format('embedded-opentype'),
url('../fonts/customiconpack.ttf?lchn8y') format('truetype'),
url('../fonts/customiconpack.woff2?lchn8y') format('woff'),
url('../fonts/customiconpack.woff?lchn8y') format('woff'),
url('../fonts/customiconpack.svg?lchn8y#customiconpack') format('svg');
font-weight: normal;
font-style: normal;
}
selector:after {
font-family: 'customiconpackname';
content: '\e953';
} |