re-style overlapping border (#3400)

This commit is contained in:
Kevin Papst
2022-07-05 20:23:10 +02:00
committed by GitHub
parent 196ca4f1cb
commit 0616506b31
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ table.dataTable {
width: 15px;
}
&.overlapping {
border-top: 2px dotted red;
border-top: 2px solid rgba(255, 0, 0, 0.1);
}
&.exported {
opacity: 0.7;