comments.css:
/* ======================================================== */
/* HIGHLIGHTED REPLIES */
.ipsComment_highlighted.ipsBox:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ),
.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ) .ipsAreaBackground_reset {
background-color: {theme="post_highlight"};
}
.ipsComment_highlighted .cPost_contentWrap .ipsForm, .ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ) .cPost_contentWrap .ipsForm .ipsAreaBackground_reset {
background-color: {theme="area_background_reset"};
}
.ipsComment_highlighted:not(.ipsBox_transparent):not(.ipsModerated):not(.ipsComment_selected):not(.ipsComment_popular ) {
background-color: {theme="post_highlight"};
border: 1px solid {theme="post_highlight_border"};
box-shadow: 0px 2px 10px {hextorgb="post_highlight_border" opacity="0.4"};
}
.ipsComment_highlighted.ipsComment:not( .ipsModerated ) .ipsComment_header {
background-color: {hextorgb="post_highlight_border" opacity="0.1"};
border-top: 0;
}