From dfaa420f46fc5705da1e82345324ee72b4a67831 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 21 Aug 2022 10:32:13 +0200 Subject: [PATCH] Estetic : progress bar color --- html/css/style-classic7.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 9c73c4f0d..8b66289a0 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -2642,6 +2642,7 @@ div.progressbar { font-weight: bolder; font-size: 1.5rem; text-align: center; + background-image: linear-gradient(to right,white, navy); } .nowrap td { white-space: nowrap;