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

intermediate: building build ui

This commit is contained in:
andreas
2023-09-30 19:47:27 +02:00
parent 1882afc09a
commit a2b8c7d8fa
4 changed files with 97 additions and 21 deletions

View File

@@ -93,4 +93,23 @@
}
.configui #warn.warn{
display: block;
}
.configui .radioFrame {
display: flex;
flex-direction: row;
}
.configui input.radioCi {
appearance: auto;
float: none;
opacity: 1;
margin-left: 0.5em;
margin-right: 0.5em;
z-index: unset;
}
.configui .selector {
padding-bottom: 0.5em;
border-bottom: 1px solid grey;
}
.configui .selector .title {
font-weight: bold;
}