Display gap between consecutive selected entities

This commit is contained in:
David Rowe 2016-04-22 13:29:53 +12:00
parent 032b8a94a4
commit 545d373a90

View file

@ -164,6 +164,10 @@ tr.selected {
background-color: #00b4ef;
}
tr.selected + tr.selected {
border-top: 1px solid #2e2e2e;
}
th {
text-align: center;
word-wrap: nowrap;