Mattie Num Nums
Registered
Hey Russ et al. I have a question for ya'll. I am using custom node icons per node in my extra.css but I am noticing it is not working. I am thinking it has something to do with the "Mark Read" icon. Can someone give me a hand? Here is my code.
Code:
.node .node_14 .forumNodeInfo .nodeIcon, .node .node_14 .categoryForumNodeInfo .nodeIcon {
background-image: url("@imagePath/node_icons/tach_read.png");
}
.node .node_14 .forumNodeInfo.unread .nodeIcon, .node .node_14 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("@imagePath/node_icons/tach_unread.png");