I’ve got a problem with the row background styles for table views.
It is working correctly in my developer, but as soon as a deploy the solution to a server, the style does not work anymore.
Has anybody got an idea why this happens?
I’m not sure the problem is related to the update to 6.0.5, because i’ve got another solution on the same server that does not have this problem. The style is working there (using another stylesheet of course).
Do you know of a way I could check if there are any problems in the stylesheet?
Hi Joas, Sorry it took me a while to respond but i’ve been busy with more pressing matters.
I tried to delete the style, however that was not possible because the style was used by my forms!
But I found the problem, for some reason the style was not correct any more. The css file contained the folowing style classes:
form odd {...}
form even {...}
form selected {...}
I’ll have to look in SVN to see if I can find out why and when this has been changed, but removing ‘form’ in those style classes fixed my problem on the servers.
But I stil wonder why I didnot get the same result in my Developer, there I did get the odd/even style. Is that maybe hardcoded in the developer?