Commit 7867ff84 authored by Romain Loth's avatar Romain Loth

[fix] projects view: delete project action hover red to mark danger

parent 320fdae4
......@@ -23,6 +23,13 @@
.wait-img-active {
margin-left: .5em;
}
/* hover red like btn_danger */
.btn.delete:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
</style>
{% endblock %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment