diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-12-02 12:39:12 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-12-02 12:39:12 +0100 |
commit | 0853f0e7a8ec49c9a58a727fd443e0e1e502fc92 (patch) | |
tree | 70db13ecbd9b945511396e12c7acb38b4e2c83ab /apps | |
parent | 1b5ff9f5c704a1497fee7885656ea72978687d48 (diff) | |
download | nextcloud-server-0853f0e7a8ec49c9a58a727fd443e0e1e502fc92.tar.gz nextcloud-server-0853f0e7a8ec49c9a58a727fd443e0e1e502fc92.zip |
Remove white background from loading icon
* allows to use the loading icon on non-white background (disabled input fields for example)
* fixes #2466
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 35b2d2f337d..1ef5ac3fe3c 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -104,7 +104,6 @@ .shareTabView .icon-loading-small { display: inline-block; z-index: 1; - background-color: white; padding: 2px 0; } @@ -122,6 +121,5 @@ } .shareTabView .icon { - display: inline-block; background-size: 16px 16px; } |