From eececdbdc258cb313963c5ba76648453229d3609 Mon Sep 17 00:00:00 2001 From: salman Date: Thu, 16 Apr 2026 16:18:45 +0200 Subject: [PATCH] Cosmetic adjustments --- ZGUI.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ZGUI.css b/ZGUI.css index 0fb31b8..e766b22 100644 --- a/ZGUI.css +++ b/ZGUI.css @@ -135,7 +135,7 @@ td { width: 100%; height: 22px; background-color: #d7dee5; - border-radius: 999px; + border-radius: 8px; overflow: hidden; border: 1px solid #b8c3cc; } @@ -144,7 +144,8 @@ td { width: 0%; height: 100%; background-color: #2e8b57; - color: white; + color: black; + padding-left: 3px; text-align: center; line-height: 20px; font-size: 0.78rem;