Add table-hover css class
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<?php if ($paginator->isEmpty()): ?>
|
||||
<p class="alert"><?= t('There is no group.') ?></p>
|
||||
<?php else: ?>
|
||||
<table class="table-fixed table-scrolling">
|
||||
<table class="table-fixed table-scrolling table-hover">
|
||||
<tr>
|
||||
<th class="column-5"><?= $paginator->order(t('Id'), 'id') ?></th>
|
||||
<th><?= $paginator->order(t('Name'), 'name') ?></th>
|
||||
|
||||
Reference in New Issue
Block a user