diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-02-02 12:06:12 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-02-02 18:01:15 +0100 |
commit | 9028457ea2a150a586e63421382379f14cebd648 (patch) | |
tree | 8420038f217635d92d7d6d0be00542611bd07632 /apps/comments/css | |
parent | d81c00304f8af4cdbc5739d1471f0261bcca6ccf (diff) | |
download | nextcloud-server-9028457ea2a150a586e63421382379f14cebd648.tar.gz nextcloud-server-9028457ea2a150a586e63421382379f14cebd648.zip |
Add spinner when submitting comments
Diffstat (limited to 'apps/comments/css')
-rw-r--r-- | apps/comments/css/comments.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index b1108467f68..c1624dcc57b 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -17,8 +17,8 @@ resize: none; } -#commentsTabView .newCommentForm .submit { - display: block; +#commentsTabView .newCommentForm .submitLoading { + background-position: left; } #commentsTabView .comment { |