1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-28 10:24:10 +01:00

Fix - styling: jQuery UI - don't override text colour

- Thread 31246
This commit is contained in:
Allan Jardine 2015-11-06 14:53:29 +00:00
parent c4f9792c07
commit 817ba877ed
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1 @@
359ec3198481d6f8d6180410d49fdcb7a63830ff
51fa58e1c6baf456fe83fbfc7bfa4082be850365

View File

@ -451,7 +451,6 @@ table.dataTable tfoot th.ui-state-default:first-child {
text-decoration: none !important;
cursor: pointer;
*cursor: hand;
color: #333 !important;
border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .fg-button:active {
@ -474,3 +473,10 @@ table.dataTable tfoot th.ui-state-default:first-child {
.dataTables_wrapper.no-footer .dataTables_scrollBody {
border-bottom: none;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
color: inherit;
}

File diff suppressed because one or more lines are too long