mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Tweak some CSS
This commit is contained in:
parent
9d1e8413b1
commit
d9db4077c4
@ -26,7 +26,7 @@ String get_ota_html() {
|
||||
ota_html += "</form>\n";
|
||||
ota_html += "\n";
|
||||
ota_html += "<div id=\"prg_wrap\" style=\"border: 0px solid; width: 100%;\">\n";
|
||||
ota_html += " <div id=\"prg\" style=\"display: none; border: 1px solid #008aff; background: #002180; text-align: center; color: white;\"></div>\n";
|
||||
ota_html += " <div id=\"prg\" style=\"text-shadow: 2px 2px 3px black; padding: 5px 0; display: none; border: 1px solid #008aff; background: #002180; text-align: center; color: white;\"></div>\n";
|
||||
ota_html += "</div>\n";
|
||||
ota_html += "\n";
|
||||
ota_html += "<script>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user