-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
Milestone
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
groupfolders/src/settings/QuotaSelect.tsx
Lines 93 to 101 in 5bb92ac
| <select className="editselect" | |
| onChange={this.onSelect} | |
| title={t('settings', '{size} used', { size: humanSize }, 0, { escape: false }).replace('<', '<')} | |
| value={this.props.value}> | |
| {options} | |
| <option value="other"> | |
| {t('groupfolders', 'Other …')} | |
| </option> | |
| </select> |
Steps to reproduce
- master/Nc32 admin settings with OS-dark, browser-dark but Nextcloud on light mode
Win11Pro, FireFox latest
Expected behaviour
dropdown should be light-background themed
Actual behaviour
background of drop-down is dark themed
Server configuration
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Team folders version:
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from:
Are you using external storage, if yes which one: local/s3/smb/sftp/...
Are you using encryption: yes/no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/Saml/...
Client configuration
Browser:
Operating system:
Logs
Web server error log
Web server error log
Insert your webserver log here
Nextcloud log (data/nextcloud.log)
Nextcloud log
Insert your Nextcloud log here
Browser log
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...