Add style for last-selected

Add style for last-selected
This commit is contained in:
Alezia Kurdis 2020-11-09 23:54:39 -05:00 committed by GitHub
parent fc40a401d7
commit 9c48acf1d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,15 @@ tr.selected + tr.selected {
border-top: 1px solid #2e2e2e;
}
tr.last-selected {
color: #000000;
background-color: #0064ef;
}
tr.last-selected + tr.last-selected {
border-top: 1px solid #2e2e2e;
}
th {
text-align: center;
word-wrap: nowrap;