Skip to content

Commit bd243be

Browse files
committed
Release 1.13.10
1 parent 5ae5ea5 commit bd243be

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.12.1",
32
"name": "datatables.net/datatables.net-se",
43
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
54
"support": {

css/dataTables.semanticui.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ table.dataTable tr.dt-hasChild td.dt-control:before {
2525
content: "▼";
2626
}
2727

28-
html.dark table.dataTable td.dt-control:before {
28+
html.dark table.dataTable td.dt-control:before,
29+
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
2930
color: rgba(255, 255, 255, 0.5);
3031
}
31-
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
32+
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
33+
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
3234
color: rgba(255, 255, 255, 0.5);
3335
}
3436

@@ -124,7 +126,7 @@ div.dataTables_processing > div:last-child > div {
124126
width: 13px;
125127
height: 13px;
126128
border-radius: 50%;
127-
background: #e0e0e0;
129+
background: rgb(224, 224, 224);
128130
background: rgb(var(--dt-row-selected));
129131
animation-timing-function: cubic-bezier(0, 1, 1, 0);
130132
}
@@ -276,13 +278,13 @@ table.dataTable.table > tbody > tr {
276278
background-color: transparent;
277279
}
278280
table.dataTable.table > tbody > tr.selected > * {
279-
box-shadow: inset 0 0 0 9999px #e0e0e0;
281+
box-shadow: inset 0 0 0 9999px rgb(224, 224, 224);
280282
box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
281-
color: black;
283+
color: rgb(0, 0, 0);
282284
color: rgb(var(--dt-row-selected-text));
283285
}
284286
table.dataTable.table > tbody > tr.selected a {
285-
color: #090a0b;
287+
color: rgb(9, 10, 11);
286288
color: rgb(var(--dt-row-selected-link));
287289
}
288290
table.dataTable.table.striped > tbody > tr.odd > * {

0 commit comments

Comments
 (0)