From ffe1b6fccbee3293a56ddae42c9b0a8f13bbf4d3 Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:26:20 -0600 Subject: [PATCH] Update overlay.css: change opacity The "Allsky is not currently capturing images" message is difficult to see in the Overlay Editor in Light mode because the image background and the message background are similar shades. This PR lightens the image background. --- html/css/overlay.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/overlay.css b/html/css/overlay.css index d788355b0..40e8c7938 100644 --- a/html/css/overlay.css +++ b/html/css/overlay.css @@ -294,7 +294,7 @@ div.dtsp-searchPane div.dtsp-topRow { position: absolute; width: 100%; height: 100%; - background-color: rgba(0,0,0,0.5); + background-color: rgba(0,0,0,0.2); z-index: 2; cursor: pointer; }