1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 23:13:07 +01:00

add an admin password to protect the changing api functions

This commit is contained in:
wellenvogel
2021-12-13 21:13:42 +01:00
parent df4b49ad5b
commit 30b23a72ce
5 changed files with 180 additions and 60 deletions

View File

@@ -195,14 +195,14 @@ body {
overflow-y: auto;
}
div#overlay {
.overlay {
margin: auto;
background-color: white;
padding: 0.5em;
max-width: 100%;
box-sizing: border-box;
}
div#overlayContent {
.overlayContent {
padding: 0.5em;
}
div#overlayContent.text{
@@ -237,6 +237,10 @@ body {
.buttons button{
padding: 0.5em;
}
.overlayButtons button{
padding: 0.5em;
margin-left: 0.3em;
}
button#reset{
padding: 0.5em;
}
@@ -309,4 +313,7 @@ body {
.footer .source{
flex: 1;
}
#adminPassInput {
margin-bottom: 1em;
}