mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 12:03:11 +00:00
Merge pull request #1908 from thelounge/xpaw/user-css-label
Add screen reader label for custom css textarea
This commit is contained in:
commit
a2b03a5de6
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue