mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-03 18:38:30 +00:00
change tabs background to bg-light
This commit is contained in:
parent
03834bfedc
commit
f84495e24b
@ -159,7 +159,7 @@ Note: iOS Safari doesn't support file extensions in the accept attribute, so MIM
|
|||||||
$rule = new $class;
|
$rule = new $class;
|
||||||
?>
|
?>
|
||||||
<div role="tabpanel" class="tab-pane fade<?php echo $i === 0 ? ' show active' : ''; ?>" id="jedtab-<?php echo $rulename; ?>">
|
<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'); ?>">
|
<div class="card-header" id="heading<?php echo $rule->get('id'); ?>">
|
||||||
<?php echo JText::_($rule->get('title')); ?>
|
<?php echo JText::_($rule->get('title')); ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user