mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +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;
|
||||
}
|
||||
|
||||
tr.last-selected {
|
||||
color: #000000;
|
||||
background-color: #0064ef;
|
||||
}
|
||||
|
||||
tr.last-selected + tr.last-selected {
|
||||
border-top: 1px solid #2e2e2e;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
word-wrap: nowrap;
|
||||
|
|
Loading…
Reference in a new issue