Improve professionalism by removing color

This commit is contained in:
2022-12-08 07:20:46 +00:00
parent cf4b8a0195
commit d1c44cee92
24 changed files with 101 additions and 101 deletions

View File

@@ -47,7 +47,7 @@
hx-get="#"
hx-trigger="click"
hx-target="#{{ type }}s-here"
class="button is-info">
class="button">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-pencil"></i>
@@ -61,17 +61,17 @@
hx-target="#notification"
hx-swap="outerHTML"
hx-confirm="Are you sure you wish to close {{ item.symbol }}?"
class="button is-danger">
class="button">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-trash"></i>
<i class="fa-solid fa-xmark"></i>
</span>
</span>
</button>
{% if type == 'page' %}
<a href="{% url 'position_action' type=type account_id=item.account_id symbol=item.symbol %}">
<button
class="button is-success">
class="button">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-eye"></i>
@@ -86,7 +86,7 @@
hx-trigger="click"
hx-target="#{{ type }}s-here"
hx-swap="innerHTML"
class="button is-success">
class="button">
<span class="icon-text">
<span class="icon">
<i class="fa-solid fa-eye"></i>