cursor: pointer; for dev badge

This commit is contained in:
Astra 2018-05-08 23:38:21 -04:00
parent 528c166a0b
commit ae3b4e75f1
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ exports = {
// apply the css for endpwn dev badges
var badgecss = document.createElement("style");
badgecss.type = "text/css";
badgecss.innerHTML = ".profileBadgeEndPwn{background-image:url(https://dr1ft.xyz/sigma_solid.svg);background-position:center;background-repeat:no-repeat;width:16px;height:16px}";
badgecss.innerHTML = ".profileBadgeEndPwn{background-image:url(https://dr1ft.xyz/sigma_solid.svg);background-position:center;background-repeat:no-repeat;width:16px;height:16px;cursor:pointer}";
document.body.appendChild(badgecss);
// hook getUser() so we can apply custom discrims/bot tags/badges