diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-12 13:48:23 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-12 15:44:35 -0400 |
commit | 696ea80e0681c9dab71e7b253acf4c87155004ba (patch) | |
tree | 4afe98e30a738bfd8e3717be958a5d7a9127d48d /ext/bg/settings.html | |
parent | be7fa57d5ced7f6969c5d66f0a35fafb9de3bcee (diff) |
Add option for popup theme
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 9dd71490..531c0e86 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -231,6 +231,14 @@ </div> </div> + <div class="form-group"> + <label for="popup-theme">Theme</label> + <select class="form-control" id="popup-theme"> + <option value="default">Light</option> + <option value="dark">Dark</option> + </select> + </div> + <div class="form-group options-advanced"> <label for="custom-popup-css">Custom popup CSS</label> <div><textarea autocomplete="off" spellcheck="false" wrap="soft" id="custom-popup-css" class="form-control"></textarea></div> |