mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-07 01:03:15 +02:00
fix(ui): fix [object Object] in device info/stats, soften search button color
- Stats: battery fallback used ${bat} on an object — now uses battery_mv
from core stats when dedicated get_bat returns null
- Info: remove old v1 regex JSON parsing, use v2 dict response directly
- Search FAB: change from bright orange to muted teal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1240,9 +1240,9 @@ main {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Search FAB button (orange gradient) */
|
||||
/* Search FAB button (muted teal) */
|
||||
.fab-search {
|
||||
background: linear-gradient(135deg, #fd7e14 0%, #e8590c 100%);
|
||||
background: linear-gradient(135deg, #5fa8a0 0%, #4a8f88 100%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user