Brain block on row/cell selection

Hi all,

Please be gentle with me - it has been a looong day.

I have upgraded my application from framework V4 to Framework V5 and have a small visual issue since the upgrade. In a table view when I select a row my V4 application simply highlights the whole row by changing the background colour (screenshot 1) but in the V5 app as well as the row background colour changing the individual cell that that was clicked also gets a coloured border around it (screenshot 2).
[attachment=1]Screenshot 1.png[/attachment]
[attachment=0]Screenshot 2.png[/attachment]

I have a vague recollection of some setting that switched individual cell selection on and off but cannot for the life of me remember what or where this came from.

I have checked the svy_nav_style.frm and the svy_nav_style_pv.frm but both these are identical in both versions (as is the CSS and styles).

Can someone put me out of my misery?

Thanks
Steve

Screenshot 2.png

Screenshot 1.png

:oops: Solved my own problem after a good nights sleep! (As I said in my message it had been a very long day)

If anyone is interested the solution was in the pv.css stylesheet that is shipped with the framework. I thought I had made no changes to this in my solution but simply commenting out the form.table label and form.table field classes solved the issue!

Sorry!