• Resolved Amanuensis

    (@amanuensis)


    Is there away of changing the button colour in the plugin that allows printing and export while the button is selected as the colour difference in the demo is too light for my client.

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, this is possible with CSS code, all of which is defined in the file /wp-content/plugins/tablepress-datatables-buttons/css/buttons.dataTables.css

    For example, this should change the color when the mouse hovers the button:

    .dataTables_wrapper a.dt-button:hover:not(.disabled) {
      background: #ff0000;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Changing button colours’ is closed to new replies.