Some styling was needed for the indicator

This commit is contained in:
Andreas
2024-01-01 11:20:32 +01:00
parent 28285fba44
commit a87673ae0f
5 changed files with 21 additions and 0 deletions

View File

@@ -56,4 +56,8 @@ thead > tr > td {
.accordion {
--bs-accordion-btn-bg: #f9f9f9;
--bs-accordion-active-bg: #f9f9f9;
}
.dxccsummaryheader:after {
background-image: linear-gradient(to right, black 0, black 12ch, black 12ch, black 100%);
}