mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 00:07:14 +00:00
Ignored QSLs are greyed arrowed...
This commit is contained in:
parent
2129ed83be
commit
f157378f9f
@ -52,6 +52,9 @@
|
||||
case "R":
|
||||
echo "yellow";
|
||||
break;
|
||||
case "I":
|
||||
echo "grey";
|
||||
break;
|
||||
default:
|
||||
echo "red";
|
||||
}
|
||||
@ -64,6 +67,9 @@
|
||||
case "R":
|
||||
echo "yellow";
|
||||
break;
|
||||
case "I":
|
||||
echo "grey";
|
||||
break;
|
||||
default:
|
||||
echo "red";
|
||||
}
|
||||
|
@ -120,6 +120,10 @@ TD.eqsl{
|
||||
color: #d39e00;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.qsl-grey{
|
||||
color: #dddddd;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
TD.lotw{
|
||||
width: 33px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user