diff --git a/client/css/forms.styl b/client/css/forms.styl index 11e7f91..6e60c4c 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -288,3 +288,7 @@ input[type=file]:focus+.file-dropper, color: $button-enabled-text-color .disabled color: $inactive-link-color + + +.anticomplete + display: none diff --git a/client/html/user_edit.tpl b/client/html/user_edit.tpl index 88d6037..d518aab 100644 --- a/client/html/user_edit.tpl +++ b/client/html/user_edit.tpl @@ -1,5 +1,8 @@