11-04-2019, 11:52 AM
You didn't read the code carefully, you have "closefolder" while i have "hotlockfolder".
Go to thread_status.css, look for :
Change the ".thread_status.dot_hotlockfolder:before" to ".thread_status.dot_hotlockfolder:before, .thread_status.dot_closefolder:before".
Don't forget to empty your cache if you don't see any change. Tell me if it's ok
Go to thread_status.css, look for :
Code:
.thread_status.dot_hotlockfolder:before {
color: #27ae60;
opacity:0.4;
content: "\f023"
}
Change the ".thread_status.dot_hotlockfolder:before" to ".thread_status.dot_hotlockfolder:before, .thread_status.dot_closefolder:before".
Don't forget to empty your cache if you don't see any change. Tell me if it's ok