Hiding header mouse over
I am currently using the CSS below to stop the mouse over effect got it on the forum from another post they were doing the same as me disabling the sort so mouse over looks wrong but this css dosn't retain the little border when you mouse over so it still looks wrong but not as bad as before
I have looked at the source code but I can't track down when the header is being defined in the css has anyone else managed to do this?
.active-header-over
{
border-color: #cbc7b8;
background: #d6d2c2!important;
}
.active-header-over .active-box-item
{
border-color: #e2decd;
background: #ebeadb;
}
I have looked at the source code but I can't track down when the header is being defined in the css has anyone else managed to do this?
.active-header-over
{
border-color: #cbc7b8;
background: #d6d2c2!important;
}
.active-header-over .active-box-item
{
border-color: #e2decd;
background: #ebeadb;
}
J
August 25,