Make the action buttons in the dash server list use the pointer cursor.

This commit is contained in:
LukasDoesDev 2020-12-10 22:38:44 +02:00
parent 3563deae6a
commit 167f31b293
2 changed files with 6 additions and 2 deletions

View File

@ -76,3 +76,7 @@ body { background-color: var(--dark) !important; /* Firefox */ }
::-webkit-scrollbar-track { background-color: #202538; } ::-webkit-scrollbar-track { background-color: #202538; }
::-webkit-scrollbar-corner { background-color: #202538; }*/ ::-webkit-scrollbar-corner { background-color: #202538; }*/
.actions_serverlist > a > i {
cursor: pointer;
}

View File

@ -124,7 +124,7 @@
</a> </a>
</td> </td>
<td> <td class="actions_serverlist">
{% if server['stats'][0]['running'] %} {% if server['stats'][0]['running'] %}
<a class="stop_button" data-id="{{server['server_data']['server_id']}}"> <i class="fas fa-stop"></i></a> &nbsp; <a class="stop_button" data-id="{{server['server_data']['server_id']}}"> <i class="fas fa-stop"></i></a> &nbsp;