style: make zoom reset button blend with control (subtle, not prominent)

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