diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-10-14 19:37:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 19:37:46 -0400 |
commit | 51904761cefe4d93a97ebf3c0c5bf127db2cbc69 (patch) | |
tree | 87dcf8e7a23170bd25429f5f43173eead31e04b1 /ext/bg/css | |
parent | 429e3a5b74b9b0a077cff94ec1efd10c0a1940be (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')
-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 b755b33b..fbea04c0 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]) #dictionary-main-group { display: none; } |