#67 fixed a follow-up bug in the requests page

This commit is contained in:
Serraniel 2020-10-08 21:09:40 +02:00
parent 5ed11ff2b5
commit fd48405246
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -31,7 +31,7 @@ function changeBorderColorOwnRequests(node) {
// highlight left border for own request
if (profileLink.length > 0) {
item.style.borderColor = color.aniBlue
item.style.borderLeftColor = color.aniBlue
}
}