diff options
Diffstat (limited to 'app/Template/group/users.php')
| -rw-r--r-- | app/Template/group/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/group/users.php b/app/Template/group/users.php index 268f28de..ea30a452 100644 --- a/app/Template/group/users.php +++ b/app/Template/group/users.php @@ -8,7 +8,7 @@ <?php if ($paginator->isEmpty()): ?> <p class="alert"><?= t('There is no user in this group.') ?></p> <?php else: ?> - <table class="table-striped table-scrolling"> + <table class="table-striped table-scrolling table-hover"> <tr> <th class="column-5"><?= $paginator->order(t('Id'), 'id') ?></th> <th><?= $paginator->order(t('Username'), 'username') ?></th> |
