From ae3b4e75f18ca5cd2bb48db8289cde3f2fd4c2fe Mon Sep 17 00:00:00 2001 From: Astra Date: Tue, 8 May 2018 23:38:21 -0400 Subject: [PATCH] cursor: pointer; for dev badge --- plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index 7722a00..753397b 100644 --- a/plugin.js +++ b/plugin.js @@ -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