deleted topics are shown barely visible. In addition, topics that are awaiting approval are shown as deleted topics. I want to add colored frames to easily identify deleted and pending topics. for example I want to add red 1px red frame to deleted topics and 1px yellow to awating approval topics.
I tried this bu did not work;
.DiscussionListItem--hidden {
border-width: 1px !important;
border-color: red !important;
}
any other way to do this?