Change style of raw data columns in sequence list

This commit is contained in:
D. Berge
2020-09-10 02:19:07 +02:00
parent db25878fdd
commit 5fdd84fadf

View File

@@ -209,6 +209,10 @@ td span {
.status-ntbp {
color: red;
}
tr :nth-child(5), tr :nth-child(8), tr :nth-child(11), tr :nth-child(14) {
opacity: 0.7;
}
</style>
<script>