datatables.min.css over-writing essential-core.css

Post Reply
liamdennehy
Posts: 6
Joined: 19 May 2021, 19:56

In Application Service Summary report (and likely others)...

The "Implemented Applications" table should have a coloured background in the Provider Name column to illustrate the lifecycle and standard state of a provider within the service. This background is always rendered as white regardless of the lifecycle or standard state, until the css elements of datatables.min.css are disabled, when the colouring is correctly applied. Viewing the source shows the correct directive for the background is present in the td element (e.g. "bg-darkgreen-20"):

Code: Select all

<td style="text-align: left; padding-left: 5px; left: 0px; position: sticky;" class="bg-darkgreen-20 dtfc-fixed-left">
datatables css included.PNG
------

Editing the header of the report in devtools to move the essential-core.css file to the end of the head does not seem to affect this, only disabling the "dtfc-fixed-left" style in the debug tools or removing "datatables.min.css" include entirely causes the background to render correctly.
datatables css excluded.PNG
You do not have the required permissions to view the files attached to this post.
User avatar
neil.walsh
Posts: 445
Joined: 16 Feb 2009, 13:45
Contact:

Hi Liam,

Thanks for raising this. I'll log this as a bug for review and prioritisation for a future release.

Cheers

Neil
Post Reply