How do I apply the same background color on Den details View as the MasterView
This is how my Theme css file looks like
This is how my Theme css file looks like
.GridRow_Default
{
background: #f7f7f7;
height: 22px;
}
.GridAltRow_Default
{
background-color: #eeeeee;
height: 22px;
}
Right now I got the alternate color in the detals row but I want it to look like it's MasterView