Remove ping widgets and add colors to simple-icons

This commit is contained in:
Lakehouse Admin
2026-05-19 14:40:01 +02:00
parent 69712f90a1
commit 9445686958
2 changed files with 22 additions and 71 deletions
+22 -14
View File
@@ -12,7 +12,7 @@
--accent-orange: #f59e0b;
--accent-cyan: #06b6d4;
--accent-red: #ef4444;
--accent-yellow: #fbbf24;
--accent-yellow: #fbbf24';
}
body {
@@ -48,18 +48,26 @@ body {
border-bottom: 2px solid rgba(59, 130, 246, 0.3);
}
/* Widget status colors */
.widget-status-up {
color: var(--accent-green) !important;
}
.widget-status-down {
color: var(--accent-red) !important;
}
.widget-status-unknown {
color: var(--accent-orange) !important;
}
/* Colorful icons */
.si-apachekafka { color: #ff6b6b !important; }
.si-apachedebezium { color: #4ecdc4 !important; }
.si-apachespark { color: #ffe66d !important; }
.si-trino { color: #95e1d3 !important; }
.si-mongodb { color: #f38181 !important; }
.si-postgresql { color: #aa96da !important; }
.si-apachecassandra { color: #fcbad3 !important; }
.si-mysql { color: #a8d8ea !important; }
.si-neo4j { color: #ff9a9e !important; }
.si-minio { color: #a18cd1 !important; }
.si-apacheairflow { color: #fd9644 !important; }
.si-apachesuperset { color: #6c5ce7 !important; }
.si-elasticsearch { color: #00cec9 !important; }
.si-kibana { color: #e84393 !important; }
.si-grafana { color: #fd79a8 !important; }
.si-proxmox { color: #00b894 !important; }
.si-git { color: #636e72 !important; }
.si-openldap { color: #0984e3 !important; }
.si-rss { color: #f59e0b !important; }
/* Animated background for specific groups */
[data-group*="Data Pipeline"] .group-header {
@@ -111,5 +119,5 @@ html {
/* Icon styling */
svg {
filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.5));
filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}