From 7a5d0673430ee0604a1ed58d783db2b6b9e08e0b Mon Sep 17 00:00:00 2001 From: mshafer1 <2565361+mshafer1@users.noreply.github.com> Date: Sat, 21 Dec 2024 09:39:04 -0600 Subject: [PATCH] fix button hover behavior --- ntfysh_client/NotificationDialog.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ntfysh_client/NotificationDialog.Designer.cs b/ntfysh_client/NotificationDialog.Designer.cs index b9f51f5..40b8faa 100644 --- a/ntfysh_client/NotificationDialog.Designer.cs +++ b/ntfysh_client/NotificationDialog.Designer.cs @@ -54,9 +54,9 @@ // ButtonClose.BackColor = System.Drawing.SystemColors.ActiveCaptionText; ButtonClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - ButtonClose.FlatAppearance.BorderColor = System.Drawing.Color.White; - ButtonClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver; - ButtonClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + ButtonClose.FlatAppearance.BorderSize = 0; + ButtonClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; + ButtonClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; ButtonClose.ForeColor = System.Drawing.SystemColors.ButtonFace; ButtonClose.Location = new System.Drawing.Point(759, 7); ButtonClose.Name = "ButtonClose";