mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Add style for last-selected
Add style for last-selected
This commit is contained in:
parent
fc40a401d7
commit
9c48acf1d3
1 changed files with 9 additions and 0 deletions
|
@ -183,6 +183,15 @@ tr.selected + tr.selected {
|
||||||
border-top: 1px solid #2e2e2e;
|
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 {
|
th {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
word-wrap: nowrap;
|
word-wrap: nowrap;
|
||||||
|
|
Loading…
Reference in a new issue