style: use solid colors for zoom reset button (no transparency)

This commit is contained in:
juanatsap
2025-11-12 16:45:20 +00:00
parent 66509b2b84
commit 34a09d5ac8
+3 -3
View File
@@ -3647,10 +3647,10 @@ html {
min-width: 44px;
min-height: 44px;
padding: 0.5rem;
background: rgba(200, 200, 200, 0.3);
border: 2px solid rgba(240, 240, 240, 0.7);
background: #505050;
border: 2px solid #707070;
border-radius: 50%;
color: rgba(255, 255, 255, 0.9);
color: #ffffff;
font-size: 0.75rem;
font-weight: 700;
cursor: pointer;