Minor fixes

This commit is contained in:
Ian Renton
2025-10-05 08:21:44 +01:00
parent bf22998cd9
commit 3bea7245f7
2 changed files with 8 additions and 9 deletions

View File

@@ -62,11 +62,6 @@ span.mode-q {
color: lightgray;
}
tr.table-faded td {
color: lightgray;
text-decoration: line-through !important;
}
div.appearing-panel {
display: none;
}
@@ -81,9 +76,13 @@ a.dx-link {
font-weight: bold;
}
tr.table-faded td a.dx-link {
color: lightgray;
font-weight: normal;
/* QRT/faded styles */
tr.table-faded td {
filter: grayscale(100%) opacity(30%) !important;
text-decoration: line-through !important;
}
tr.table-faded td span {
text-decoration: line-through !important;
}
@media (max-width: 991.99px) {