mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Make the action buttons in the dash server list use the pointer cursor.
This commit is contained in:
parent
3563deae6a
commit
167f31b293
@ -75,4 +75,8 @@ body { background-color: var(--dark) !important; /* Firefox */ }
|
||||
::-webkit-scrollbar-thumb:hover { background-color: #646773; }
|
||||
|
||||
::-webkit-scrollbar-track { background-color: #202538; }
|
||||
::-webkit-scrollbar-corner { background-color: #202538; }*/
|
||||
::-webkit-scrollbar-corner { background-color: #202538; }*/
|
||||
|
||||
.actions_serverlist > a > i {
|
||||
cursor: pointer;
|
||||
}
|
@ -124,7 +124,7 @@
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<td class="actions_serverlist">
|
||||
|
||||
{% if server['stats'][0]['running'] %}
|
||||
<a class="stop_button" data-id="{{server['server_data']['server_id']}}"> <i class="fas fa-stop"></i></a>
|
||||
|
Loading…
Reference in New Issue
Block a user