diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-05-20 22:10:06 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-08-03 21:09:25 +0200 |
commit | fa7f4e5caee540e0de136003a1963d8933d3da17 (patch) | |
tree | 3fce4999a1ec46a3abde536c6af6bfd773228ddd /apps/theming/css | |
parent | 33c4a674a2b009ff17263fed2501d99dac91d5ef (diff) | |
download | nextcloud-server-fa7f4e5caee540e0de136003a1963d8933d3da17.tar.gz nextcloud-server-fa7f4e5caee540e0de136003a1963d8933d3da17.zip |
Do not use the same rules for loading icon than for upload icon
The loading icon is used in a totally different way than the upload icon
and thus it should not share its CSS rules.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/settings-admin.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index a24dd085c41..a35062f8d98 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -60,8 +60,7 @@ form.uploadButton { vertical-align: top; } -#theming .icon-upload, -#theming .icon-loading-small { +#theming .icon-upload { padding: 8px 20px; width: 20px; margin: 2px 0px; |