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

used/changed handling for xdr, show xdr example

This commit is contained in:
wellenvogel
2021-11-22 13:09:19 +01:00
parent c31f18b65f
commit 824f2383a8
3 changed files with 64 additions and 14 deletions

View File

@@ -31,10 +31,13 @@ body{
margin-left: 1em;
}
.changed input{
color: green
color: green;
}
.changed select{
color: green
color: green;
}
.category.changed{
color: green;
}
span.label {
width: 10em;
@@ -92,19 +95,15 @@ body{
.hidden{
display: none !important;
}
#xdrPage .content.hidden {
display: unset !important;
}
#xdrPage .category .title{
#xdrPage .row>.label{
display: none;
}
#xdrPage span.label{
width: 4em;
}
#xdrPage .value{
width: 24em;
}
.xdrcunused .title{
opacity: 0.6;
}
.xdrline {
padding-top: 0.2em;
padding-bottom: 0.2em;
@@ -144,6 +143,10 @@ body{
.xdrinput .xdrname {
width: 16em;
}
.xdrexample {
max-width: 16em;
overflow: auto;
}
.msgDetails .value {
width: 5em;
text-align: right;