mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Display gap between consecutive selected entities
This commit is contained in:
parent
032b8a94a4
commit
545d373a90
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ tr.selected {
|
||||||
background-color: #00b4ef;
|
background-color: #00b4ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.selected + tr.selected {
|
||||||
|
border-top: 1px solid #2e2e2e;
|
||||||
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
word-wrap: nowrap;
|
word-wrap: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue