diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:14:53 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:15:25 -0400 |
commit | 2f88bcf82c4dd82d1dd2f035717effaa2673e3c2 (patch) | |
tree | 437f8f97629ea735089a8f7195b2cea09eadb894 /ext/bg/settings.html | |
parent | 320af99b7676a37157e2d7207756dd502e6be608 (diff) | |
parent | 1b96e69ea2bfe26ded82e2f058d30500290e9d2d (diff) |
Merge branch 'style-editor2'
#253
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 08e56a09..ea3e8c18 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -252,8 +252,16 @@ </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> + <div class="row"> + <div class="col-xs-6"> + <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> + </div> + <div class="col-xs-6"> + <label for="custom-popup-outer-css">Custom popup outer CSS</label> + <div><textarea autocomplete="off" spellcheck="false" wrap="soft" id="custom-popup-outer-css" class="form-control" placeholder="iframe.yomichan-float { /*styles*/ }"></textarea></div> + </div> + </div> </div> <div class="form-group ignore-form-changes" style="display: none;" id="settings-popup-preview-settings"> |