diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-14 22:22:04 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-14 22:22:04 -0500 |
commit | 5376bb9e0cf2aad9b12d6fde1f43f92854b55cf9 (patch) | |
tree | af4a54a3ff96445343e959a5d942527a1ad5403e /app/Template/group/users.php | |
parent | a559dc0be739d6ff18749c17135ce3c403575171 (diff) |
Add table-hover css class
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> |