mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
Minor fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user