2020-01-01, 11:25 PM
(This post was last modified: 2020-01-03, 09:34 AM by S474N. Edited 2 times in total.)
Hi, there is problem with closed forum, that icon doesn't display. Don't know why, but there is only black dot icon.
SOLVED (thanks to koperfield):
There are misingĀ .forum_offclose andĀ .subforum_minioffclose in CSS file.
Solution:
global.css file
Line 75:
Line 99:
SOLVED (thanks to koperfield):
There are misingĀ .forum_offclose andĀ .subforum_minioffclose in CSS file.
Solution:
global.css file
Line 75:
.forum_offlock, .forum_offclose {
Line 99:
.subforum_miniofflock, .subforum_minioffclose {