disable smart quotes and capitalization in js field
+ use bootstrap styling
This commit is contained in:
parent
b693bdbf28
commit
d94c878ce3
@ -23,7 +23,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
<textarea bind:value />
|
||||
<textarea class="form-control" bind:value spellcheck="false" autocapitalize="none" />
|
||||
|
||||
<style>
|
||||
.text {
|
||||
|
@ -45,7 +45,7 @@ $tooltip-max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
textarea {
|
||||
textarea.form-control {
|
||||
color: var(--text-fg);
|
||||
background-color: var(--frame-bg);
|
||||
background-color: var(--frame-bg) !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user