Hello,
I'm trying to change the color of the themes in the "Thread List" by following this link:
https://xenforo.com/community/threads/change-background-color-of-moderated-threads.93285/
But I find the following problem when I try with the "Moderated Thread" on mobile devices. I try it on my live forum and Xenforo Trial forums and the result is the same.
Tested on Chrome
I do not know if I'm doing something wrong, or if there is a bug
Im only add this lines on EXTRA.CSS
Thanks and regards
I'm trying to change the color of the themes in the "Thread List" by following this link:
https://xenforo.com/community/threads/change-background-color-of-moderated-threads.93285/
But I find the following problem when I try with the "Moderated Thread" on mobile devices. I try it on my live forum and Xenforo Trial forums and the result is the same.
Tested on Chrome
- 54.0.2840.99 (Build oficial) m (64 bits) Desktop
- Last version of Chrome on Play Store.
I do not know if I'm doing something wrong, or if there is a bug
Im only add this lines on EXTRA.CSS
Code:
.discussionListItem.sticky { background-color: red; }
.discussionListItem.locked { background-color: blue; }
.discussionListItem.deleted { background-color: green; }
.discussionList .discussionListItem.moderated .listBlock {background-color: orange !important;}
Thanks and regards