Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
Update custom style definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bizprof authored Apr 23, 2021
1 parent dce02bf commit f0019f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nRF52_WiFiNINA_MQTT/nRF52_WiFiNINA_MQTT.ino
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void MQTT_connect()
}

#if USING_CUSTOMS_STYLE
const char NewCustomsStyle[] /*PROGMEM*/ = "<style>div,input{padding:5px;font-size:1em;}input{width:95%;}body{text-align: center;}\
const char NewCustomsStyle[] /*PROGMEM*/ = "<style>div,input,select{padding:5px;font-size:1em;}input,select{width:95%;}body{text-align: center;}\
button{background-color:blue;color:white;line-height:2.4rem;font-size:1.2rem;width:100%;}fieldset{border-radius:0.3rem;margin:0px;}</style>";
#endif

Expand Down

0 comments on commit f0019f2

Please sign in to comment.