Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
Mark the border of the slected row
posted

I want to mark the borders of the selected row.

I use the css

 
tbody > tr.ActiveRowClass, .igg_ActiveRow

{
        background-color: inherit;
        border-color: rgb(37,12,152);
        border-width: 2px;
}
 
In the explorer, in trace stlyes on the tbody->tr, I see that it does take effect.
However, the borders of the selected row are not being colored.