Just got it all figured out:rusticdog wrote:Yeah I'm lost on that one, the only icons specified to be that colour are unread.
dl.icon.forum_unread:before, dl.icon.forum_unread_subforum:before, dl.icon.forum_unread_locked:before, dl.icon.sticky_unread:before, dl.icon.sticky_unread_mine:before, dl.icon.sticky_unread_locked:before, dl.icon.sticky_unread_locked_mine:before, dl.icon.topic_unread:before, dl.icon.topic_unread_mine:before, dl.icon.topic_unread_locked:before, dl.icon.topic_unread_locked_mine:before, dl.icon.pm_unread:before {
content: "?";
color : #f44336;
}
Selectors for Read (Announcements) Icons:—
Code: Select all
dl.icon[class="icon announce_read"]:before dl.icon[class="icon global_read_locked"]:before
Code: Select all
hsla(220, 10%, 40%, 1)
Code: Select all
dl.icon[class="icon announce_unread"]:before
Code: Select all
hsla(210, 18%, 26%, 1)