﻿
.entypo {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
}
a.entypo:link {text-decoration:none; color: #696969;}
a.entypo:visited {text-decoration:none; color: #696969;}
a.entypo:hover {text-decoration:none; color: #666666;}
a.entypo:active {text-decoration:none; color: #666666;}

.entypo.add-to-list {
    background-image: url(../Icons/EntypoPlus/add-to-list.svg);
}
.entypo.archive {
    background-image: url(../Icons/EntypoPlus/archive.svg);
}
.entypo.copy {
    background-image: url(../Icons/EntypoPlus/copy.svg);
}
.entypo.edit {
    background-image: url(../Icons/EntypoPlus/edit.svg);
}
.entypo.trash {
    background-image: url(../Icons/EntypoPlus/trash.svg);
}
.entypo.ccw {
    background-image: url(../Icons/EntypoPlus/ccw.svg);
}
