Add screen reader label for custom css textarea

This commit is contained in:
Pavel Djundik 2017-12-27 22:48:03 +02:00 committed by GitHub
parent 835236f8ac
commit 3cd99816b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,6 +182,7 @@
<h2>Custom Stylesheet</h2>
</div>
<div class="col-sm-12">
<label for="user-specified-css-input" class="sr-only">Custom stylesheet. You can override any style with CSS here.</label>
<textarea class="input" name="userStyles" id="user-specified-css-input" placeholder="/* You can override any style with CSS here */"></textarea>
</div>
</div>