diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:10:00 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:12:52 -0400 |
commit | 1b96e69ea2bfe26ded82e2f058d30500290e9d2d (patch) | |
tree | 437f8f97629ea735089a8f7195b2cea09eadb894 /ext/bg/settings.html | |
parent | b34ff7ebe9004d85140cced007c67ca2c9f59396 (diff) |
Placeholder and improve consistency of stylesheet rule priorities
Diffstat (limited to 'ext/bg/settings.html')
-rw-r--r-- | ext/bg/settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/settings.html b/ext/bg/settings.html index cb223e72..ea3e8c18 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -259,7 +259,7 @@ </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"></textarea></div> + <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> |