Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Loading" svg is not transparent #2466

Closed
enoch85 opened this issue Dec 2, 2016 · 1 comment · Fixed by #2469
Closed

"Loading" svg is not transparent #2466

enoch85 opened this issue Dec 2, 2016 · 1 comment · Fixed by #2469
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc.

Comments

@enoch85
Copy link
Member

enoch85 commented Dec 2, 2016

Steps to reproduce

  1. Create a federated share

Expected behaviour

The "loading" svg to be transparent

Actual behaviour

deepinscreenshot20161202110156

Server configuration

Operating system:
Ubuntu 16.04 Server
Web server:
Apache 2.4
Database:
MySQL 5.7
PHP version:
7.0.8
Version: (see admin page)
11.0.0 beta2
Updated from an older version or fresh install:
Fresh install
List of activated apps:

``` Enabled: - activity: 2.3.2 - calendar: 1.4.1 - comments: 1.0.0 - contacts: 1.4.0.0 - dav: 1.0.1 - documents: 0.13.1 - federatedfilesharing: 1.0.1 - federation: 1.0.1 - files: 1.5.2 - files_external: 1.0.2 - files_pdfviewer: 0.8.1 - files_sharing: 1.0.0 - files_texteditor: 2.1 - files_trashbin: 1.0.0 - files_versions: 1.3.0 - files_videoplayer: 0.9.8 - firstrunwizard: 1.1 - gallery: 15.0.0 - mail: 0.6.0 - notifications: 0.3.0 - password_policy: 1.0.0 - provisioning_api: 1.0.0 - serverinfo: 1.1.1 - spreedme: 0.3.4 - survey_client: 0.1.5 - systemtags: 1.0.2 - tasks: 0.9.3 - theming: 1.0.1 - updatenotification: 1.0.1 - user_external: 0.4 - workflowengine: 1.0.1 Disabled: - admin_audit - encryption - external - files_accesscontrol - files_automatedtagging - files_retention - templateeditor - user_ldap - user_saml ```

The content of config/config.php:

``` { "system": { "instanceid": "oczset2i2y1m", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "demo.orestad-linux.se" ], "datadirectory": "\/var\/ncdata_demo\/", "overwrite.cli.url": "https:\/\/demo.orestad-linux.se", "dbtype": "mysql", "version": "9.1.1.5", "dbname": "nextcloud_demo", "dbhost": "localhost", "dbport": "", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "logtimezone": "Europe\/Stockholm", "installed": true, "preview_libreoffice_path": "\/usr\/bin\/libreoffice", "memcache.local": "\\OC\\Memcache\\Redis", "filelocking.enabled": true, "memcache.distributed": "\\OC\\Memcache\\Redis", "memcache.locking": "\\OC\\Memcache\\Redis", "redis": { "host": "\/var\/run\/redis\/redis.sock", "port": 0, "timeout": 0, "dbindex": 0 }, "mail_smtpmode": "smtp", "mail_smtpauth": 1, "mail_smtpport": "587", "mail_smtphost": "mail.citynetwork.se", "mail_smtpauthtype": "LOGIN", "mail_from_address": "orestadlinux", "mail_domain": "techandme.se", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_smtpsecure": "tls", "maintenance": false, "appstore.experimental.enabled": true } } ```

Client configuration

Browser:
Chrome (Debbian)
Operating system:
Deepin 15.3

cc @nextcloud/designers

@enoch85 enoch85 added bug design Design, UI, UX, etc. labels Dec 2, 2016
@enoch85 enoch85 added this to the Nextcloud 11.0 milestone Dec 2, 2016
@MorrisJobke MorrisJobke self-assigned this Dec 2, 2016
MorrisJobke added a commit that referenced this issue Dec 2, 2016
* allows to use the loading icon on non-white background (disabled input fields for example)
* fixes #2466

Signed-off-by: Morris Jobke <[email protected]>
@MorrisJobke
Copy link
Member

Fix is in #2469

@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Dec 2, 2016
@MorrisJobke MorrisJobke removed their assignment Dec 2, 2016
blizzz pushed a commit that referenced this issue Dec 7, 2016
* allows to use the loading icon on non-white background (disabled input fields for example)
* fixes #2466

Signed-off-by: Morris Jobke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug design Design, UI, UX, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants