How to control the size of the page length menu button in Editor?

How to control the size of the page length menu button in Editor?

JohnnyCacheJohnnyCache Posts: 1Questions: 1Answers: 0

I'm using Datatables Editor, and I've figured out how/where to change the size of the "show entries" text font, however I'm looking to change the size of the actual drop-down menu button.

Something to do with "aria-controls" perhaps, but again I'm not sure exactly where the code is being pulled from, where it goes and what the adjusted/custom code would be.

Can anyone please point me in the right direction?
I've tried searching the forum and using the googles but I can't seem to find a clear, elegant answer.

Answers

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin

    This is obviously a little silly, but is this the sort of thing you mean: http://live.datatables.net/sifogaze/1/edit ?

    If so, I've added:

    div.dataTables_length select {
      font-size: 3em;
    }
    

    to the styling for that example.

    Allan

This discussion has been closed.