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:
parent
c4f9792c07
commit
817ba877ed
@ -1 +1 @@
|
||||
359ec3198481d6f8d6180410d49fdcb7a63830ff
|
||||
51fa58e1c6baf456fe83fbfc7bfa4082be850365
|
||||
|
@ -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;
|
||||
}
|
||||
|
2
media/css/dataTables.jqueryui.min.css
vendored
2
media/css/dataTables.jqueryui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user