mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix dep error display, show starting if any health check starting, show disabled health check message, remove loader from service list, animated dots, better color (#3025)
* refector addresses to not need gateways array * fix dep error display, show starting if any health check starting, show disabled health check message, remove loader from service list, animated dots, better color * fix: fix action results textfields --------- Co-authored-by: waterplea <alexander@inkin.ru>
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
var(--tui-status-warning) 24%,
|
||||
transparent
|
||||
);
|
||||
--tui-status-info: rgba(128, 89, 229, 1);
|
||||
--tui-status-info: rgba(53, 96, 240, 1);
|
||||
--tui-status-info-pale: color-mix(
|
||||
in hsl,
|
||||
var(--tui-status-info) 12%,
|
||||
|
||||
Reference in New Issue
Block a user