summaryrefslogtreecommitdiff
path: root/extension.json
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-10-08 09:00:20 +0200
committerMartin Fischer <martin@push-f.com>2022-10-08 09:14:25 +0200
commitddc0fd1c8399c225f9a198614d6f1dfc98bdcbdc (patch)
tree3789bc2362786369fef905036dc59ffe073880c1 /extension.json
parent3cd1539ad81868242b17b4d163d105483dc84983 (diff)
gray out superseded votes
Thanks to waldyrious for the suggestion!
Diffstat (limited to 'extension.json')
-rw-r--r--extension.json5
1 files changed, 5 insertions, 0 deletions
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",