Merge pull request #1908 from thelounge/xpaw/user-css-label

Add screen reader label for custom css textarea
This commit is contained in:
Jérémie Astori 2017-12-28 00:12:20 -05:00 committed by GitHub
commit a2b03a5de6
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>