From ad897713e6acbcbd56962e8514ac866926da3cdd Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Tue, 9 Jul 2019 17:52:44 -0400 Subject: Add support for custom popup CSS --- ext/bg/js/options.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/bg/js/options.js') diff --git a/ext/bg/js/options.js b/ext/bg/js/options.js index bad56db6..f1fc2cf8 100644 --- a/ext/bg/js/options.js +++ b/ext/bg/js/options.js @@ -198,7 +198,8 @@ function optionsSetDefaults(options) { showGuide: true, compactTags: false, compactGlossaries: false, - mainDictionary: '' + mainDictionary: '', + customPopupCss: '' }, scanning: { -- cgit v1.2.3