From a35dc304a685dd1c55edf959674579235a7f1787 Mon Sep 17 00:00:00 2001 From: Falenone <86572503+Falenone@users.noreply.github.com> Date: Sun, 27 Jun 2021 23:00:17 +0300 Subject: [PATCH] Small css update For some reason you can't click to activate a portal when offle keys layer is available. The !important tag seems to fix it --- iitc-offle.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iitc-offle.user.js b/iitc-offle.user.js index ffa6622..dd970a3 100644 --- a/iitc-offle.user.js +++ b/iitc-offle.user.js @@ -283,7 +283,7 @@ function wrapper(plugin_info) { font-family: monospace; text-align: center; text-shadow: 0 0 0.5em black, 0 0 0.5em black, 0 0 0.5em black; - pointer-events: none; + pointer-events: none!important; -webkit-text-size-adjust: none; } `) @@ -681,4 +681,4 @@ if (typeof GM_info !== 'undefined' && GM_info && GM_info.script) { }; } script.appendChild(document.createTextNode('(' + wrapper + ')(' + JSON.stringify(info) + ');')); -(document.body || document.head || document.documentElement).appendChild(script); \ No newline at end of file +(document.body || document.head || document.documentElement).appendChild(script);