mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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;
|
||||
}
|
||||
|
||||
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 {
|
||||
color: #000000;
|
||||
background-color: #00b4ef;
|
||||
|
|
Loading…
Reference in a new issue