diff --git a/www/form/app-form.less b/www/form/app-form.less index b037efac2..1354cacca 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -248,6 +248,7 @@ text-align: center; margin: 20px 0 30px 0; .cp-form-anon-answer-input { + margin-top: 20px; display: flex; white-space: nowrap; align-items: center; @@ -680,7 +681,11 @@ &.cp-clickable { cursor: pointer; &:hover { - transform: scale(1.1); + color: @cryptpad_color_link; + &::after { + font-family: FontAwesome; + content: "\00a0\f06e"; + } } } }