Adding Avatar Entity Highlighting

Adding Avatar Entity Highlighting
This commit is contained in:
Alezia Kurdis 2024-09-29 20:51:04 -04:00 committed by GitHub
parent 542b231107
commit b2137adde0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;