Curious if anyone has seen this. I'm making some minor cosmetic adjustments to each indented/threaded reply level, but there's something wonky with the css. This is OOB, by the way. I'd prefer to not rebuild this. So, for the first and second reply-to message (threaded reply level 1 & 2), the following works just fine for styling. .lia-threaded-detail-display-message-view .lia-thread-level-01
.lia-threaded-detail-display-message-view .lia-thread-level-02 In the HTML, each level follows logically, so .lia-thread-level-03, .lia-thread-level-04 and so on. The issue I'm seeing is that for level 03 and 04, it resets to 00, for 05 and 06 it resets to 01, for 07 and 08 it resets to 03, and for 09 and 10, it resets to 99... Here's a screencap of the html: Am I missing something?
... View more