CSS Level A/C

CSS Level A/C

mfeskemfeske Posts: 23Questions: 2Answers: 0
edited August 2012 in DataTables 1.9
Hi, I'm using version 1.9.2 and version 1.7.2 of DataTables from JQuery. I have a great table, and would like to but the lines instead of purple have in green. So far, I've noticed it on the CSS level A / C is I have not found any place where I can change that. Greetings Micha

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
    Just change the CSS :-)

    [code]

    tr.odd {
    background-color: pink;
    }

    tr.even {
    background-color: yellow;
    }
    [/code]

    etc

    Allan
  • mfeskemfeske Posts: 23Questions: 2Answers: 0
    hello allan thanks, which css? demo_page.css or demo_table.css
  • mfeskemfeske Posts: 23Questions: 2Answers: 0
    For what are the level classes?
  • mfeskemfeske Posts: 23Questions: 2Answers: 0
    job_status_js.php line 34?
  • mfeskemfeske Posts: 23Questions: 2Answers: 0
    sorry jquery.dataTables.css line 34?
This discussion has been closed.