OA Framework - Help Needed in highlighting one of the rows in a Custom OA Page
I am new to OAF.
I have a requirement like I have to highlight one of the rows in a Custom OA Page.
These rows exist in a table structure,they are basically Claim records of the employees.
All these rows are from only One View Object. I just need the total row alone to get highlighted in different color.
I tried updating the Custom.xss file in $OA_HTML/cabo/styles.
Below is my Custom.xss file
<styleSheet>
<!-- Please start your customizations here -->
<style selector="XX_BOLD">
<includeStyle name="DefaultFontFamily"/>
<property name="background-color">#FF0000</property>