To show default cursor use the below css at the end of DataTable.css
- .paginate_disabled_previous, .paginate_disabled_next,
- .paginate_disabled_previous:hover, .paginate_disabled_next:hover
- {
- cursor: default;
- text-decoration:none;
- }
Check the below links for the cursor and text decoration demo from w3schools
Cursor
text-decoration
No comments:
Post a Comment