Fix White bg-color badge in darkmode
This commit is contained in:
parent
c6ee45cc53
commit
a48b738c18
@ -246,7 +246,7 @@ function _createStatusBadgeCss($statusName, $statusVarNamePrefix = '', $commentL
|
|||||||
|
|
||||||
if (in_array((string) $statusName, $TBadgeBorderOnly)) {
|
if (in_array((string) $statusName, $TBadgeBorderOnly)) {
|
||||||
$thisBadgeTextColor = '#212529';
|
$thisBadgeTextColor = '#212529';
|
||||||
$thisBadgeBackgroundColor = "#fff";
|
$thisBadgeBackgroundColor = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (in_array((string) $statusName, array('0', '5', '9'))) {
|
if (in_array((string) $statusName, array('0', '5', '9'))) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user