Merge pull request #1552 from thelounge/astorije/monospace-custom-css
Use monospace font in custom CSS textarea
This commit is contained in:
commit
0bf47ff06a
@ -83,7 +83,8 @@ button {
|
||||
}
|
||||
|
||||
code,
|
||||
kbd {
|
||||
kbd,
|
||||
textarea#user-specified-css-input {
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
|
@ -376,7 +376,7 @@
|
||||
<h2>Custom Stylesheet</h2>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
<textarea class="input" name="userStyles" id="user-specified-css-input" placeholder="You can override any style with CSS here"></textarea>
|
||||
<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 New Issue
Block a user