XF 1.5 CSS image per node not working

Status
Not open for further replies.
So I'm trying to add images to nodes, I tried 32x32 and 48x48 and nothing is working. Using UI.X theme. Code below:

Code:
/* custom status icons */
.node.node_12 .forumNodeInfo .nodeIcon, .node.node_12 .categoryForumNodeInfo .nodeIcon {
    background-image: url("@imagePath/uix/nodeicons/car-32x32.png");
    background-position: 0px 0px;
    float: left;
 
Top Bottom