Tasmota/tasmota/html_uncompressed/HTTP_HEAD_STYLE_WIFI.h
SteWers 27a1f11c70
Fix Wifi status line (#23841)
Fix colors of WiFi strength indicator to make it work again correctly. Regression of #23597.
2025-08-28 13:53:03 +02:00

10 lines
456 B
C

const char HTTP_HEAD_STYLE_WIFI[] PROGMEM =
".wifi{width:18px;height:18px;position:relative}"
".arc{padding:0;position:absolute;border:2px solid transparent;border-radius:50%;border-top-color:var(--c_frm)}"
".a0{width:2px;height:3px;top:10px;left:11px}"
".a1{width:6px;height:6px;top:7px;left:9px}"
".a2{width:12px;height:12px;top:4px;left:6px}"
".a3{width:18px;height:18px;top:1px;left:3px}"
".arc.active{border-top-color:var(--c_ttl)}"
;