From 500e3b844192cec2b3bdb42c40c9b2e3090c024a Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 20 Sep 2021 08:09:41 +0200 Subject: [PATCH] erfasst Status-Zelenfarbe angepasast. --- Customers/CustomsAviso.aspx.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customers/CustomsAviso.aspx.vb b/Customers/CustomsAviso.aspx.vb index b2a59e0..fbfefca 100644 --- a/Customers/CustomsAviso.aspx.vb +++ b/Customers/CustomsAviso.aspx.vb @@ -54,7 +54,7 @@ Partial Class Kundenbereich_Default t1.ForeColor = schwarz End If If t2.Text = "Erfasst" Then - t2.BackColor = Drawing.Color.LightPink + t2.BackColor = Drawing.Color.HotPink t2.ForeColor = white ElseIf t2.Text = "Nicht eingetroffen" Then t2.BackColor = Drawing.Color.Black