MyBB Community Forums

Full Version: gobal.css changes not working.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
after updating to 1.8.4 from 1.8, changes I had made to global.css aren't working for example:

"
#tvatar img {
-moz-border-radius: 4px 4px 4px 4px;
background-color: #FCFCFF;
border: 1px solid #A5CAE4;
max-height: 36px;
max-width: 36px;
padding: 2px;
}
"

so I could see avatars in the threadlist isn't working even after also having the correct changes to "Forumdisplay_thread" template.
can we have your forum url to check
(2015-03-18, 06:34 AM).m. Wrote: [ -> ]can we have your forum url to check

Found a fix.

I copied over and replaced forumdisplay.php from my backup of the forum and my changes came back.

Does this affect the update anyway negatively
^ it might. we do not recommend making changes to MyBB system core files.
if necessary, patches plugin may be used to do required edits