Use 4 borders for highlight-row (instead of 1)

This commit is contained in:
Son NK 2020-04-24 09:49:19 +02:00
parent 7d35baddd4
commit ae353dbb25
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
/* highlighted table row */
.highlight-row {
border-top: solid #5675E2;
border: solid #5675E2;
}
.arrow {