⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

little bug in thema datatables->demo_table_jui.css.



vnt

vnt
  • profile picture
  • Member

Posted 12 March 2012 - 08:07 AM

There is a little bug in thema datatables->demo_table_jui.css.
I have added a border to the left and right of the table.


tr.odd {
background-color: #E2E4FF;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

tr.even {
background-color: white;
border: 1px solid #cccccc;

}

web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 12 March 2012 - 23:32 PM

It is not a bug it is the default theme of datatables. Though I consider your change and I add a left and a right border to the table ;)

Thanks @vnt

vnt

vnt
  • profile picture
  • Member

Posted 13 March 2012 - 10:13 AM

Ok Johnny,
Thanks!