mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Fix: Default cursor on paging disabled buttons
- This fixes DataTables/DataTables #272
This commit is contained in:
parent
8cb5163156
commit
9434d93956
@ -1 +1 @@
|
||||
1f9898ef3419f2ac59a1f63d71620cd6066893aa
|
||||
332715bbcfac31e001ed4b2f946d59bc90919102
|
||||
|
@ -276,6 +276,7 @@ table.dataTable td {
|
||||
/* W3C */
|
||||
}
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
||||
cursor: default;
|
||||
color: #666 !important;
|
||||
border: 1px solid transparent;
|
||||
background: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user