Skip to content

Commit

Permalink
Fix: jQuery UI styling had transparent cells for fixed columns withou…
Browse files Browse the repository at this point in the history
…t ordering

DD-2514
  • Loading branch information
AllanJard committed Apr 2, 2022
1 parent 2b798d0 commit 07214da
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions css/fixedColumns.jqueryui.scss
@@ -1,8 +1,23 @@
table.dataTable{
th{
background-color: rgb(246, 246, 246) !important;
z-index: 1;
}
thead,
tfoot {
th{
background-color: rgb(246, 246, 246) !important;
z-index: 1;
}
}

tr.even td {
background-color: #ffffff;
}

tr.odd td {
background-color: #f9f9f9;
}

tr.selected td {
background-color: #a6b4cd;
}
}

div.dtfc-right-top-blocker {
Expand Down

0 comments on commit 07214da

Please sign in to comment.