diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 12:36:30 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-11 12:36:30 +0200 |
commit | bced346c3b07fc6549f216f4db20c52e827d3cfa (patch) | |
tree | f47fb29eb56a4628177188e42c7a21a348300c81 /apps/files_external/css | |
parent | e88b493136f2378ff403d920217e9a5af1231ee3 (diff) | |
download | nextcloud-server-bced346c3b07fc6549f216f4db20c52e827d3cfa.tar.gz nextcloud-server-bced346c3b07fc6549f216f4db20c52e827d3cfa.zip |
Now using smaller spinner image for status indicator
To make the status indicator appear smaller, even in IE8 that doesn't
support background-size, there is no a smaller animated gif
"loading-small" for that purpose.
Diffstat (limited to 'apps/files_external/css')
-rw-r--r-- | apps/files_external/css/settings.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css index 74b14028468..0ebae9d82be 100644 --- a/apps/files_external/css/settings.css +++ b/apps/files_external/css/settings.css @@ -4,9 +4,6 @@ td.status > span { width: 16px; vertical-align: text-bottom; } -span.loading{ - background-size: 16px 16px; -} span.success { background: #37ce02; border-radius: 8px; |