Various UI things #7

This commit is contained in:
Ian Renton
2025-10-02 18:13:48 +01:00
parent 6a3f1d2e10
commit 9f3fc8146b
7 changed files with 82 additions and 658441 deletions

View File

@@ -12,17 +12,20 @@
span.flag-wrapper {
display: inline-block;
width: 1.7em;
text-align: center;
cursor: default;
}
span.icon-wrapper {
display: inline-block;
width: 1.5em;
text-align: center;
cursor: default;
}
span.freq-mhz {
display: inline-block;
width: 2em;
min-width: 1.5em;
text-align: right;
font-weight: bold;
}
@@ -35,7 +38,13 @@ span.freq-hz {
font-size: 0.8em;
}
span.mode-q {
padding-left: 0.5em;
font-size: 0.7em;
color: lightgray;
}
tr.table-faded td {
color: gray;
color: lightgray;
text-decoration: line-through !important;
}