From ddc0fd1c8399c225f9a198614d6f1dfc98bdcbdc Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 8 Oct 2022 09:00:20 +0200 Subject: gray out superseded votes Thanks to waldyrious for the suggestion! --- extension.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'extension.json') diff --git a/extension.json b/extension.json index d681f1b..4cd2418 100644 --- a/extension.json +++ b/extension.json @@ -22,6 +22,11 @@ "ParserFirstCallInit": "VoteHooks::onParserFirstCallInit" }, "ResourceModules": { + "ext.vote-css": { + "localBasePath": "resources", + "remoteExtPath": "Vote/resources", + "styles": ["style.css"] + }, "ext.vote-js": { "localBasePath": "resources", "remoteExtPath": "Vote/resources", -- cgit v1.2.3