diff --git a/www/form/app-form.less b/www/form/app-form.less index 41ef8ba98..1354cacca 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -681,7 +681,11 @@ &.cp-clickable { cursor: pointer; &:hover { - transform: scale(1.1); + color: @cryptpad_color_link; + &::after { + font-family: FontAwesome; + content: "\00a0\f06e"; + } } } }