diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-11-08 21:02:12 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-11-08 21:02:12 -0800 |
commit | 1b1f4a3ed7eaf29379be576e31ec4116347c6140 (patch) | |
tree | 46ab927041fc959a19b93d9079d27f5cf74a07f6 /ext/bg/options.html | |
parent | deb4ef52bafdc6b698ab1ea34239125a61f4cd23 (diff) |
WIP
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index e3f95bd4..57c6a482 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -6,7 +6,9 @@ <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css"> <style> - #anki-spinner, #anki-general, #anki-error, #dict-spinner, #dict-import-progress, #dict-delete-progress, #dict-laggy, #options-advanced { + #anki-spinner, #anki-general, #anki-error, + #dict-spinner, #dict-import-progress, .dict-delete-progress, + #options-advanced { display: none; } |