Issue on size of the select tick mark

Issue on size of the select tick mark

fabioberettafabioberetta Posts: 74Questions: 23Answers: 4
edited March 2022 in Select

I have recently upgraded to latest datatables and editor versions. I am also using select.

The select tick mark is too big and placed too low compared to the checkbox. I have modified the select.bootstrap.css file as follows to have the corrected.

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: "\2714";
  font-size: 13px;
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  /*text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;*/
}

May be should be corrected in your css file.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Hi,

    Could you give me a link to your page showing the issue please?

    I've just tried to recreate the problem with the current releases and Bootstrap 3 (since you mentioned select.boostrap.css) but it appears okay to me: http://live.datatables.net/gaqifexo/1/edit .

    Allan

  • fabioberettafabioberetta Posts: 74Questions: 23Answers: 4

    Hi Allan,

    thanks for the reply. That is what I meant for too low and too big. It is a matter of taste then. I have changed to have a smaller tick mark, not blurred and more centered to the box.

    Thanks,
    Fabio

Sign In or Register to comment.