Hello,
I'm having a issue with trying to do alternate row colors. I have implemented the “ui-priority-secondary” method of doing alternat row colors and it works really well.
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { font-weight: normal; background: #F0F8FF}
.ui-priority-secondary:hover, .ui-widget-content .ui-priority-secondary:hover { text-decoration: none; outline: none; background: #d0e5f5 }
The only problem that I'm having is when I select a row, which is using the “ui-priority-secondary” it does not highlight it properly, I only see the outline of the highlight.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top