Home » Small Businesses » Technology and Office Services
Technology and Office Services
By Zip
Shipping
Mobile Services
.mycheck--filter .jet-list-tree__parent.activeicon:before {
content: "\f077"; /* Change to the FA5 icon if need it */
font-family: Font Awesome\ 5 Free;
font-weight: 900;
float: right;
margin-right: 10px;
font-size: 11px;
}
.mycheck--filter .jet-list-tree__parent:before {
content: "\f078"; /* Change to the FA5 icon if need it */
font-family: Font Awesome\ 5 Free;
font-weight: 900;
float: right;
margin-right: 10px;
font-size: 11px;
}
.mycheck--filter .jet-list-tree__parent.noicon:before{
content: "";
}
.mycheck--filter .jet-list-tree__parent {
cursor: pointer;
}
.mycheck--filter .jet-list-tree__parent.noicon {
cursor: default;
}
.mycheck--filter .jet-checkboxes-list__label:hover {
color: var(--e-global-color-5552cc2); /* replace with your global color, or: */
/* color: red; */
}
document.addEventListener('DOMContentLoaded', function() {
jQuery(function($){
$('.jet-list-tree__children').slice().slideUp(0);
$('.jet-list-tree__parent').slice(1,0).addClass('noicon');
$('.jet-list-tree__parent').mouseup(function(){
$(this).toggleClass('activeicon');
$(this).next().slideToggle();
});
});
});
Martin Digital
Listed in: Technology and Office Services
About: Martin Digital started as just a table in the owner’s, Marion Martin, bedroom. Marion had always been interested in how things worked and after fix...