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:
@@ -126,7 +126,7 @@ class Spot:
|
|||||||
self.dx_itu_zone = infer_itu_zone_from_callsign(self.dx_call)
|
self.dx_itu_zone = infer_itu_zone_from_callsign(self.dx_call)
|
||||||
if self.dx_call and not self.dx_dxcc_id:
|
if self.dx_call and not self.dx_dxcc_id:
|
||||||
self.dx_dxcc_id = infer_dxcc_id_from_callsign(self.dx_call)
|
self.dx_dxcc_id = infer_dxcc_id_from_callsign(self.dx_call)
|
||||||
if self.dx_dxcc_id and not self.dx_flag:
|
if self.dx_dxcc_id and DXCC_FLAGS[self.dx_dxcc_id] and not self.dx_flag:
|
||||||
self.dx_flag = DXCC_FLAGS[self.dx_dxcc_id]
|
self.dx_flag = DXCC_FLAGS[self.dx_dxcc_id]
|
||||||
|
|
||||||
# Clean up spotter call if it has an SSID or -# from RBN
|
# Clean up spotter call if it has an SSID or -# from RBN
|
||||||
|
|||||||
@@ -62,11 +62,6 @@ span.mode-q {
|
|||||||
color: lightgray;
|
color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.table-faded td {
|
|
||||||
color: lightgray;
|
|
||||||
text-decoration: line-through !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.appearing-panel {
|
div.appearing-panel {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@@ -81,9 +76,13 @@ a.dx-link {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.table-faded td a.dx-link {
|
/* QRT/faded styles */
|
||||||
color: lightgray;
|
tr.table-faded td {
|
||||||
font-weight: normal;
|
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) {
|
@media (max-width: 991.99px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user