added light and dark gruvbox themes. fixed css issues.

This commit is contained in:
2026-05-28 23:38:05 +02:00
parent 4eba391e7f
commit da64e632a6
27 changed files with 2031 additions and 46541 deletions

View File

@@ -123,7 +123,7 @@ function returnServerStateColor($serverState)
$server_state = ucfirst($serverState);
switch ($server_state) {
case 'New':
$server_state_color = 'secondary';
$server_state_color = 'warning';
break;
case 'Deleted':
$server_state_color = 'danger';