Actions
Bug #97713
closedEXT:dashboard's module-body background-color is overwritten by backend.css
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-05-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
Since https://github.com/TYPO3/typo3/commit/8006093256a60bc401a45076ff50f459aa5fc423 backend.css applies background-color: #fff;
to .module-body
.
EXT:dashboard's dashboard.css applies a light gray background using .module.module{background-color:#eaeaea}
.
As <div class="module-body">
is a child of <div class="module">
EXT:dashboard's style definition has no effect anymore and the whole dashboard module is rendered with a white background.
Actions