From b1ca9ef19cf1ca79517341d4608d2cffe0a30ff5 Mon Sep 17 00:00:00 2001 From: Micha Date: Fri, 12 Jun 2026 19:57:36 +0200 Subject: [PATCH] ops: glance server-stats balken - rund, gradient, glow, warnfarbe ab 85% Co-Authored-By: Claude Fable 5 --- ops/glance/assets/custom.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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);