04-11-2012 08:20 PM
Hello
I am using nuxeo 5.5 tomcat version , I would like to have the rows in my content table with different colors (like in nuxeo 5.4.1). I have created my own component where I can modify the theme colors, I already found the css file that control the table colors, tables.css, this css file lets me change the rows's color, the problem is that when I change the ccs component that controls the row background this color is applied to all the table rows. I think I could achieve a solution using javascript, but what/where is the html/xml file that defines the content table? Is there any other way to solve this problem?
Thanks
04-12-2012 06:17 AM
The content views rows are styled with the CSS classes dataRowOdd
and dataRowEven
. You can use different styles for them to have different colors for odd and even rows.
04-12-2012 06:17 AM
The content views rows are styled with the CSS classes dataRowOdd
and dataRowEven
. You can use different styles for them to have different colors for odd and even rows.
04-12-2012 12:51 PM
Thanks Florent, I just added .dataRowOdd { background-color
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.