Fixed a case where sortable column hover displays background when scrolling

pull/1846/head
Cagatay Civici 2021-11-25 10:11:27 +03:00
parent 54ee1ef293
commit f663d06db9
43 changed files with 172 additions and 0 deletions

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #2a323d; background: #2a323d;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #2a323d;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #2a323d; background: #2a323d;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #2a323d;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #efefef; background: #efefef;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #efefef; background: #efefef;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #faf9f8; background: #faf9f8;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #22272d; background: #22272d;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #22272d;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #22272d; background: #22272d;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #22272d;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #22272d; background: #22272d;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #22272d;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #22272d; background: #22272d;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #22272d;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #191919; background: #191919;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #252525;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #191919; background: #191919;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #252525;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #191919; background: #191919;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #252525;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #191919; background: #191919;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #252525;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #ffffff; background: #ffffff;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #ffffff; background: #ffffff;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1e1e1e; background: #1e1e1e;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1e1e1e;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #ffffff; background: #ffffff;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2382,6 +2382,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #ffffff; background: #ffffff;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #007ad9; background: #007ad9;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f4f4f4;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #333333; background: #333333;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f4f4f4;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f4f4f4; background: #f4f4f4;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f4f4f4;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2370,6 +2370,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f4f4f4; background: #f4f4f4;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f4f4f4;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #7B95A3; background: #7B95A3;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #ffffff;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #f8f9fa; background: #f8f9fa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2393,6 +2393,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #fafafa; background: #fafafa;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #fafafa;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1f2d40; background: #1f2d40;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1f2d40;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1f2d40; background: #1f2d40;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1f2d40;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1f2d40; background: #1f2d40;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1f2d40;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }

View File

@ -2358,6 +2358,10 @@
.p-datatable .p-datatable-scrollable-footer { .p-datatable .p-datatable-scrollable-footer {
background: #1f2d40; background: #1f2d40;
} }
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
background-color: #1f2d40;
}
.p-datatable .p-datatable-loading-icon { .p-datatable .p-datatable-loading-icon {
font-size: 2rem; font-size: 2rem;
} }