diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-14 19:37:46 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-14 19:43:48 -0400 |
commit | cb566f015aa280499da94126a3f6336c4d8ce0df (patch) | |
tree | 91e57b9b1b055c682ab95bafede1b1288885ea5f /ext/bg/css/settings.css | |
parent | fd945a2119a0bba22c84b77dae1ec829e7495a83 (diff) |
Add simple scan input UI (#921)
* Add simple scan input UI
* Create helper function
* Add controller for old scanning input UI
* Add refresh functions
* Add abstraction function
* Fix incomplete middle mouse support detection
* Make scanning inputs update eachother
* Fix global declaration order
Diffstat (limited to 'ext/bg/css/settings.css')
-rw-r--r-- | ext/bg/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/css/settings.css b/ext/bg/css/settings.css index 4a49b98d..8d6a3911 100644 --- a/ext/bg/css/settings.css +++ b/ext/bg/css/settings.css @@ -23,6 +23,7 @@ html:root:not([data-options-anki-enable=true]) #anki-general, html:root:not([data-options-general-debug-info=true]) .debug, html:root:not([data-options-general-show-advanced=true]) .options-advanced, +html:root[data-options-general-show-advanced=true] .options-non-advanced, html:root:not([data-options-general-result-output-mode=merge]) #dict-main-group { display: none; } |