Level 7
Use your browser console to look at the HTML classes for a stripped row. There should be something like striped or filament-striped that does not have any actual CSS attached to it. You can then use this class in your app.cdd to set the desired background colour.
If it HAS an actual CSS attached to it, you can then use the ! to force your own background colour.