On 15/01/2014 17:27, "Ravi Chintakunta" <[email protected]> wrote:
>> >> I pushed a couple of commits to ravi/all-tasks-feature branch: >> >> - add custom tag "task_color" to return a style based on task >> execution status and outcome >> - tasks table that uses the custom tag >> >> The custom tag can be included in the table row <tr> to style the >> entire row. The row cells that have a hyperlink do not pick up the >> style. You have to also include the custom tag in the <a href> tags to >> modify the style. >> > >I have fixed the code to use the css class instead of hard coded colors. >With that you can include the custom tag in the table row <tr> and that >would take care of changing the color of all the cells in the row, >including hyperlinks. So you need not repeat the custom tag in <a href> >tag. Thanks, Ravi. Is this also working with the error class? It looks like Bootstrap defines certain styles for rows with the .error class, and I am wondering if we'll need to override those. Cheers Belén > >Thanks, >Ravi _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
