Viewing 3 replies - 1 through 3 (of 3 total)
  • I would like to know how to change the row highlight colour when default table style selected.

    In easy-table/themes/default/ change the line of CSS to, for instance:
    .easy-table tbody tr:hover td,.easy-table tbody tr:hover th{background-color:#404040;}

    This does not answer the original question, but it answers my own.

    Try to use [attr style=”background-color:#SOME COLOR”] before your text in the table

    so for example you can set the overall background to :

    [table style=”background-color:#e46135″],,,
    bla,bla,bla
    [/table]

    but use a different color for a specific cell:

    [table style=”background-color:#e46135″],,,
    bla,[attr style=”background-color:#fff”]bla,bla
    [/table]

    Greetings

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Column and row background color’ is closed to new replies.