Skip to content

Commit e79458a

Browse files
committed
Add button class to well
1 parent 6e9b87c commit e79458a

File tree

1 file changed

+1
-1
lines changed
  • administrator/templates/atum/html/layouts/chromes

1 file changed

+1
-1
lines changed

administrator/templates/atum/html/layouts/chromes/well.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<?php if ($canEdit || $canChange) : ?>
4242
<?php $dropdownPosition = Factory::getLanguage()->isRTL() ? 'left' : 'right'; ?>
4343
<div class="module-actions dropdown">
44-
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="dropdownMenuButton-<?php echo $id; ?>">
44+
<button type="button" class="btn" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" id="dropdownMenuButton-<?php echo $id; ?>">
4545
<span class="fa fa-cog"><span class="sr-only">
4646
<?php echo Text::_('JACTION_EDIT') . ' ' . $module->title; ?>
4747
</span></span>

0 commit comments

Comments
 (0)