31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-31 04:40:47 +00:00

change tabs background to bg-light

This commit is contained in:
Denis Ryabov 2021-02-25 11:38:39 +03:00
parent 03834bfedc
commit f84495e24b

View File

@ -159,7 +159,7 @@ Note: iOS Safari doesn't support file extensions in the accept attribute, so MIM
$rule = new $class;
?>
<div role="tabpanel" class="tab-pane fade<?php echo $i === 0 ? ' show active' : ''; ?>" id="jedtab-<?php echo $rulename; ?>">
<div class="card">
<div class="card bg-light">
<div class="card-header" id="heading<?php echo $rule->get('id'); ?>">
<?php echo JText::_($rule->get('title')); ?>
</div>