typo and hover colore delete services

This commit is contained in:
Tealk 2021-03-19 12:13:50 +01:00
parent 4d79ae1e43
commit a5e154a18c
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
2 changed files with 5 additions and 1 deletions

View File

@ -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>";
} ?>

View File

@ -242,6 +242,10 @@ article.card textarea {
font-size: 1em;
}
.delete-service:hover {
color: darkred;
}
.service label {
margin-bottom: 0;
}