Quote:
Originally Posted by AA_
thanks!
search in template 'vbsoccer.css':
Code:
.vbsoccer_tabs_links dd a:hover {
background:{vb:stylevar blockhead_background};
border-top: {vb:stylevar blockhead_border};
border-{vb:stylevar right}: {vb:stylevar blockhead_border};
border-{vb:stylevar left}: {vb:stylevar blockhead_border};
border-bottom: 0;
/*color: {vb:stylevar blockhead_color};*/
}
replace with:
Code:
.vbsoccer_tabs_links dd a:hover {
background:{vb:stylevar blockhead_background};
border-top: {vb:stylevar blockhead_border};
border-{vb:stylevar right}: {vb:stylevar blockhead_border};
border-{vb:stylevar left}: {vb:stylevar blockhead_border};
border-bottom: 0;
color: {vb:stylevar blockhead_color};
}
|
FIXED! however, hope that you put this fixes into the next version ...