Skip to content

Commit

Permalink
Update overlay.css: change opacity
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EricClaeys authored Dec 23, 2024
1 parent 25f4646 commit ffe1b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/css/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ffe1b6f

Please sign in to comment.