diff --git a/config_html.h b/config_html.h index 41a522c..75e3c5d 100644 --- a/config_html.h +++ b/config_html.h @@ -23,7 +23,7 @@ const char config_html[] PROGMEM = R"=====(

** ESP32 Radio **

You can edit the configuration here. Note that this will be effective on the next restart of the radio.

Available WiFi networks - +


@@ -32,10 +32,37 @@ const char config_html[] PROGMEM = R"=====(    -
-
+    + +    + + +
-)=====" ; +)=====" ; diff --git a/radio_css.h b/radio_css.h index 745830b..98dc9ba 100644 --- a/radio_css.h +++ b/radio_css.h @@ -61,6 +61,8 @@ li a:hover, a.active { .buttonr {background-color: #D62C1A;} +.buttonb {background-color: #1E90FF;} + .select { width: 160px; height: 32px; @@ -122,4 +124,4 @@ textarea { font-family: Courier, "Lucida Console", monospace; background-color: white; resize: none; -})=====" ; +})=====" ;