From 167f31b293f81c6251ee9ef801729834754310ef Mon Sep 17 00:00:00 2001 From: LukasDoesDev Date: Thu, 10 Dec 2020 22:38:44 +0200 Subject: [PATCH] Make the action buttons in the dash server list use the pointer cursor. --- app/frontend/static/assets/css/crafty.css | 6 +++++- app/frontend/templates/panel/dashboard.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/frontend/static/assets/css/crafty.css b/app/frontend/static/assets/css/crafty.css index ecea77ad..ea94ad5c 100644 --- a/app/frontend/static/assets/css/crafty.css +++ b/app/frontend/static/assets/css/crafty.css @@ -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; }*/ \ No newline at end of file +::-webkit-scrollbar-corner { background-color: #202538; }*/ + +.actions_serverlist > a > i { + cursor: pointer; +} \ No newline at end of file diff --git a/app/frontend/templates/panel/dashboard.html b/app/frontend/templates/panel/dashboard.html index 0d3674ad..9fdf743f 100644 --- a/app/frontend/templates/panel/dashboard.html +++ b/app/frontend/templates/panel/dashboard.html @@ -124,7 +124,7 @@ - + {% if server['stats'][0]['running'] %}