I'm trying to override the way listgrid looks and I'm stuck with one part (screenshot attached)
When I try to use firebug or chrome inspect element, I cannot find the entry for this part of the header. Basically, I want to remove that headerBar image. I've already overwritten the following for header:
When I try to use firebug or chrome inspect element, I cannot find the entry for this part of the header. Basically, I want to remove that headerBar image. I've already overwritten the following for header:
Code:
.headerTitle,.headerBar,.headerButton{
font-weight: bold;
font-size: 11px;
background-color: #D6D6D6;
border-color: #999999;
border-width: 1px;
vertical-align: top;
}
Comment