This commit is contained in:
2025-08-24 09:11:23 +02:00
parent a0d2e03058
commit e670ec0e13
2 changed files with 45 additions and 7 deletions

View File

@@ -139,7 +139,6 @@ const char html_page_index[] PROGMEM = R"rawliteral(
position: relative;
text-decoration: none;
text-transform: uppercase;
width: 100%;
padding: 0.25rem 0.5rem;
@media(min-width: 600px) {
margin: 0 1em 2em;
@@ -238,7 +237,7 @@ const char html_page_index[] PROGMEM = R"rawliteral(
</span>
</div>
</div>
<input id="d" type='text' style='width:80%;font-size:0.75rem;' value=''>
<input id="d" type='text' style='width:80%;font-size:0.75rem;display:none;' value=''>
<div class='option m50'>
<input class="fs17" id="save" class="btn" type='button' value='dauerhaft speichern' onclick='save();'>
</div>