Идём в ваш CSS-стиль форума и в самый конец вставляем этот код:
Code
/* Forum-Effects Style by Almir for Web-Sborka.Ru */ td.forumLastPostTd { border:0px solid;color:#888;padding-left:10px} /*Обводка, она вам ни к чему*/ table.gTable tr:hover td.forumLastPostTd, table.gTable tr:hover td.forumIcoTd, table.gTable tr:hover td.threadIcoTd, table.gTable tr:hover td.forumNameTd, table.gTable tr:hover td.threadNametd, table.gTable tr:hover td.forumPostTd, table.gTable tr:hover td.threadPostTd, table.gTable tr:hover td.threadViewTd, table.gTable tr:hover td.threadAuthTd, table.gTable tr:hover td.forumThreadTd, table.gTable tr:hover td.threadLastPostTd, table.gTable tr:hover td.forumLastPostTd { background:#1f1f24; /* Фон форума при наведени */ border:0px solid; /* Обводка, она не нужна */ -webkit-transition:background-color .25s linear;-o-transition:background-color .25s linear;-moz-transition:background-color .25s linear;transition:background-color .25s linear}