From 8699fcce6a7fa0b31bbaf9831a33eb26039cd777 Mon Sep 17 00:00:00 2001 From: ja Date: Thu, 25 Nov 2021 11:28:02 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/Invoices.aspx.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customers/Invoices.aspx.vb b/Customers/Invoices.aspx.vb index 97969c1..cbd9309 100644 --- a/Customers/Invoices.aspx.vb +++ b/Customers/Invoices.aspx.vb @@ -457,7 +457,7 @@ Partial Class Customers_Default3 btn.ViewStateMode = ViewStateMode.Enabled btn.CssClass = "btn btn-primary" btn.ImageUrl = "../images/Icons/main/833px-PDF_file_icon_small_more.png" - btn.BackColor = Drawing.Color.FromArgb(0, Drawing.Color.GhostWhite) + btn.BackColor = Drawing.Color.FromArgb(1, Drawing.Color.GhostWhite) btn.BorderStyle = BorderStyle.None 'Hier PDF-File creation einfügen btn.Style.Add("Display", "table-cell")