add .input class to all inputs
This commit is contained in:
parent
c34590c439
commit
d2a74ea1a2
41 changed files with 108 additions and 98 deletions
|
|
@ -95,6 +95,7 @@
|
|||
<input
|
||||
:value="$t('settings.style.preview.input')"
|
||||
type="text"
|
||||
class="input"
|
||||
>
|
||||
|
||||
<div class="actions">
|
||||
|
|
@ -103,6 +104,7 @@
|
|||
id="preview_checkbox"
|
||||
checked="very yes"
|
||||
type="checkbox"
|
||||
class="input"
|
||||
>
|
||||
<label for="preview_checkbox">{{ $t('settings.style.preview.checkbox') }}</label>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue