Add table-hover css class

This commit is contained in:
Frederic Guillot
2017-02-14 22:22:04 -05:00
parent a559dc0be7
commit 5376bb9e0c
7 changed files with 16 additions and 9 deletions

View File

@@ -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>