Compare commits
No commits in common. "caaba043a5add6478fcfae72e25192d203c93808" and "af2857103b34aa616683658827adc26ac847bc2e" have entirely different histories.
caaba043a5
...
af2857103b
@ -76,7 +76,9 @@
|
||||
<a asp-page="EditBlogPost" asp-route-id="@post.Id" class="btn btn-info">
|
||||
<i class="fa-solid fa-pen-to-square"></i>
|
||||
</a>
|
||||
<button class="btn btn-danger"><i class="fa-solid fa-trash"></i></button>
|
||||
<a asp-controller="BlogAdmin" asp-action="DeletePost" asp-route-pid="@post.Id" class="btn btn-danger">
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
|
@ -126,6 +126,6 @@ textarea {
|
||||
}
|
||||
}
|
||||
|
||||
table.table.highlight-on-hover tr:hover td {
|
||||
table.table tr:hover td {
|
||||
background-color: rgba(#03A9F4, 10%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user