From 3f4eb756230b433169fa94c21ade449e9c7ebd5f Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 6 Sep 2024 11:56:15 +0200 Subject: [PATCH] undo hiding colors --- public_html/deployment/main.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css index db6effdc..a5c3284e 100644 --- a/public_html/deployment/main.css +++ b/public_html/deployment/main.css @@ -254,11 +254,6 @@ tr.progressinprogress { border-left: 0.3em solid #17a2b8; } -tr.nochange td div { - background-color: rgba(0, 0, 0, 0) !important; - color: #888 !important; -} - tr.progresshasqueue { border-left: 0.3em solid #d61; } -- GitLab