diff --git a/ops/glance/assets/custom.css b/ops/glance/assets/custom.css index 92c0347..945f97e 100644 --- a/ops/glance/assets/custom.css +++ b/ops/glance/assets/custom.css @@ -135,6 +135,26 @@ body { box-shadow: 0 0 0 3px hsla(212, 100%, 55%, 0.15), 0 0 28px hsla(212, 100%, 55%, 0.12); } +/* --- Server-Stats: Balken rund, gradient, glow --- */ +.progress-bar { + border: none; + height: 9px; + border-radius: 999px; + background: hsla(220, 30%, 60%, 0.12); + overflow: hidden; +} + +.progress-value { + border-radius: 999px; + background: linear-gradient(90deg, hsl(205, 100%, 55%), hsl(172, 95%, 48%)); + box-shadow: 0 0 10px hsla(205, 100%, 55%, 0.35); +} + +.progress-value-notice { + background: linear-gradient(90deg, hsl(38, 100%, 55%), hsl(355, 90%, 60%)); + box-shadow: 0 0 12px hsla(355, 90%, 58%, 0.45); +} + /* --- Feinschliff --- */ ::selection { background: hsla(212, 100%, 50%, 0.35);