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

add checkbox config

This commit is contained in:
andreas
2023-10-09 17:01:13 +02:00
parent 4a8ca6edf7
commit 4c2ec46aae
3 changed files with 56 additions and 14 deletions

View File

@@ -49,6 +49,8 @@
height: 1.5em;
opacity: 1;
z-index: unset;
appearance: auto;
float:none;
}
.configui .buttons {
@@ -139,15 +141,18 @@
margin-top: 0.3em;
}
.configui .selector.tdropdown {
.configui .tcheckbox .inputFrame,
.configui .tdropdown .inputFrame {
display: flex;
flex-direction: row;
align-items: center;
}
.configui .title.tdropdown {
.configui .title.tdropdown,
.configui .title.tcheckbox {
width: 10em;
font-weight: normal !important;
}
.configui form#upload {
width: 0;
height: 0;