summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsuntala <33031346+suntala@users.noreply.github.com>2018-09-17 18:55:53 +0200
committersuntala <33031346+suntala@users.noreply.github.com>2018-09-17 18:55:53 +0200
commitcf74d1392f124612ea9de308acbdd08cb2556a76 (patch)
tree6b377dbcb38273b47f7b32bf332bfaa8b5b4ebfe /src
parent16bfac4a2dd1957b326f5278d5047784c3444fce (diff)
Remove unnecessary classes. #605
Diffstat (limited to 'src')
-rw-r--r--src/components/Settings/SettingsNewAddressbook.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Settings/SettingsNewAddressbook.vue b/src/components/Settings/SettingsNewAddressbook.vue
index 642266e0..fd21d2a6 100644
--- a/src/components/Settings/SettingsNewAddressbook.vue
+++ b/src/components/Settings/SettingsNewAddressbook.vue
@@ -24,12 +24,12 @@
<form id="new-addressbook-form" name="new-addressbook-form" class="new-addressbook"
@submit.prevent.stop="addAddressbook">
<input id="new-addressbook" ref="addressbook" :pattern="addressBookRegex"
- class="new-addressbook-input"
:placeholder="t('contacts', 'Address book name')"
+ class="new-addressbook-input"
type="text"
autocomplete="off" autocorrect="off"
spellcheck="false">
- <input type="submit" value="" class="newAddressbookSubmit inline-button icon-confirm action pull-right">
+ <input type="submit" value="" class="icon-confirm">
</form>
</template>