s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
923 stars 174 forks source link

Add inline styles to documentation #145

Closed iangray001 closed 2 years ago

iangray001 commented 2 years ago
thomastech commented 2 years ago

@iangray001, Thank you! Your PR efforts have allowed me to finally break free of the old ESPUI library I was using. With your recent fixes I'm finally running on an updated library.

thomastech commented 2 years ago

Hi Ian -

Does inline styles support changing Tab background color or Tab font color?

For example, I'd like to make my "Backup" Tab (or the Tab's text) turn red when it is time to perform a save when the system settings have changed.

iangray001 commented 2 years ago

Hmm, excellent question. So it only works for Controls that already had implemented an "Update" message, and I doubt that Lukas has implemented one for the Tabs so it probably doesn't. That said it would be really easy to add so I'll stick it on the list.