mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
refactor(ui): green download button + retire sliding popup (#747)
The header download button now uses the same green color scheme as the old "DESKTOP AVAILABLE" popup, making it more visible. The redundant sliding popup is removed since the header dropdown serves the same purpose.
This commit is contained in:
@@ -725,9 +725,9 @@ canvas,
|
||||
|
||||
.download-btn {
|
||||
padding: 4px 10px;
|
||||
background: transparent;
|
||||
border: 1px solid var(--border);
|
||||
color: var(--text);
|
||||
background: color-mix(in srgb, var(--green) 10%, transparent);
|
||||
border: 1px solid color-mix(in srgb, var(--green) 30%, transparent);
|
||||
color: var(--green);
|
||||
font-family: inherit;
|
||||
font-size: 11px;
|
||||
cursor: pointer;
|
||||
@@ -738,8 +738,9 @@ canvas,
|
||||
}
|
||||
|
||||
.download-btn:hover {
|
||||
border-color: var(--accent);
|
||||
color: var(--accent);
|
||||
background: color-mix(in srgb, var(--green) 18%, transparent);
|
||||
border-color: var(--green);
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
.download-dropdown {
|
||||
|
||||
Reference in New Issue
Block a user