mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-03-27 14:48:37 -04:00
typo and hover colore delete services
This commit is contained in:
parent
4d79ae1e43
commit
a5e154a18c
@ -53,7 +53,7 @@ if (isset($message)) {
|
||||
echo "<td>" . $result['group_name'] . "</td>";
|
||||
|
||||
if ($user->get_rank() <= 1) {
|
||||
echo '<td class="text-center"><a href="' . WEB_URL . '/admin/?do=settings&type=service&delete=' . $result['id'] . '" class="elete-service"><i class="fa fa-trash"></i></a></td>';
|
||||
echo '<td class="text-center"><a href="' . WEB_URL . '/admin/?do=settings&type=service&delete=' . $result['id'] . '" class="delete-service"><i class="fa fa-trash"></i></a></td>';
|
||||
}
|
||||
echo "</tr>";
|
||||
} ?>
|
||||
|
@ -242,6 +242,10 @@ article.card textarea {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.delete-service:hover {
|
||||
color: darkred;
|
||||
}
|
||||
|
||||
.service label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user