Resizing buttons

Resizing buttons

jrhookerjrhooker Posts: 1Questions: 1Answers: 0

Is there a control for scaling down buttons (https://datatables.net/extensions/buttons/examples/html5/simple.html)? It seems unlikely that there isn't, but I can't find any sign of it. The default size of the buttons is a real contrast to everything else in my layout.

Thanks.

Answers

  • allanallan Posts: 63,471Questions: 1Answers: 10,467 Site admin

    A little CSS should be all that is needed:

    button.dt-button,
    div.dt-button,
    a.dt-button {
      font-size: 2em;
    }
    

    Allan

This discussion has been closed.