How to change response icon

How to change response icon

MazecMazec Posts: 48Questions: 2Answers: 0

Hi, can i chang icon on responsive table?

https://live.datatables.net/hocicoro/1/edit

Thanks for tips.

Replies

  • MazecMazec Posts: 48Questions: 2Answers: 0

    Sorry, I'm a noob, I've already done this:

    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
                                content: "INFOICON in UNICODE" !important;
                                color: green !important;
                                font-size: 20px;
                            }
    
  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Yup - that looks good. Happy with this now? :)

    Allan

Sign In or Register to comment.