summaryrefslogtreecommitdiffstats
path: root/apps/settings/css/settings.css
Commit message (Collapse)AuthorAgeFilesLines
* fix remaining user settings issuesSimon L2022-11-231-2/+5
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* scroll if too much groupsJohn Molakvoæ2022-11-231-0/+5
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix user settings layoutJohn Molakvoæ2022-11-231-0/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remake locale saving with VueChristopher Ng2022-09-161-6/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remake group and quota details section with VueChristopher Ng2022-09-151-22/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Cleanup updatenotificationCarl Schwan2022-09-151-5/+0
| | | | | | | | | | | - Port away from jquery inside vue - Use modern vue components when possible - Fix some readability isssues particularly on dark theme - Use IInitialState - Use php7.4 Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix 2FA iconsszaimen2022-09-081-0/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remake profile picture saving with VueChristopher Ng2022-09-021-63/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Some more fixesJulius Härtl2022-09-011-2/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump bundled filesJulius Härtl2022-09-011-5/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #33641 from nextcloud/bugfix/noid/primary-element-varsJohn Molakvoæ2022-08-261-1/+1
|\
| * Adjust settings to new css variableJulius Härtl2022-08-261-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-2/+6
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Adapt to new Nextcloud vue styleCarl Schwan2022-08-261-3/+23
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Fix accessibility of input fieldsCarl Schwan2022-08-261-1/+1
|/ | | | | | | | | | | | | Input fields require a 44x44 pixels target size, this makes all the input fields and button use that size. Bonus is that now the input fields and buttons now have the same size as the new vue button and this looks less weird than the previous state with controls of different sizes. See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port encryption admin settings to vueCarl Schwan2022-07-131-16/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Port federatedfilesharing personal settings to vueCarl Schwan2022-06-151-11/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-0/+9
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup and compileJohn Molakvoæ2022-05-131-0/+1598
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>