• Resolved jb2386

    (@jb2386)


    Hi there,

    I’m wondering if you could update the classname you use to apply the styles for the modified colour picker grid.

    In the function print_tinymce_style you currently use classes like:

    .mce-grid {border-spacing: 0; border-collapse: collapse}

    Could you instead use the class now available for colour grids?

    .mce-colorbutton-grid {border-spacing: 0; border-collapse: collapse}

    This will stop the modified styles being applied to other non-colour related grids, such as the table selector.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Menȝies

    (@kungtiger)

    Version 1.12.3 fixes this.

    Thanks for letting me know. I remember someone mentioning something about css classes a few years back. Now we got that sorted.

    Thread Starter jb2386

    (@jb2386)

    Thanks for the quick update! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Update classname for grid styles’ is closed to new replies.