mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02:00
Adding Avatar Entity Highlighting
Adding Avatar Entity Highlighting
This commit is contained in:
parent
542b231107
commit
b2137adde0
1 changed files with 22 additions and 0 deletions
|
@ -175,6 +175,28 @@ tr:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.avatarEntity {
|
||||||
|
color: #7fdb98;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.selAvatarEntity {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #7fdb98;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.selAvatarEntity + tr.selAvatarEntity {
|
||||||
|
border-top: 1px solid #2e2e2e;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.lastSelAvatarEntity {
|
||||||
|
color: #000000;
|
||||||
|
background-color: #06c73a;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.lastSelAvatarEntity + tr.lastSelAvatarEntity {
|
||||||
|
border-top: 1px solid #2e2e2e;
|
||||||
|
}
|
||||||
|
|
||||||
tr.selected {
|
tr.selected {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
background-color: #00b4ef;
|
background-color: #00b4ef;
|
||||||
|
|
Loading…
Reference in a new issue