aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* chore: compile assetsChristopher Ng2024-06-074-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Fix truncation on public sharesChristopher Ng2024-06-071-0/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Compile assetsFerdinand Thiessen2024-04-151-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-02-221-1/+1
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Update `@nextcloud/dialogs` to 4.2.4 to include missing translationsFerdinand Thiessen2024-01-302-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2023-12-052-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update `@nextcloud/dialogs` to 4.2.1Ferdinand Thiessen2023-09-232-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: content info footer on guest pagesRichard Steinmetz2023-09-203-4/+15
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Bump @nc/dialogs to 4.2.0Louis Chemineau2023-09-142-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: Compile assetsChristopher Ng2023-09-052-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: compile assetsFerdinand Thiessen2023-08-242-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Update `@nextcloud/dialogs` to 4.2.0-beta.3 to fix FilePicker issuesFerdinand Thiessen2023-08-162-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Update `@nextcloud/dialogs` to 4.2.0-beta.2 for fixing FilePicker designsFerdinand Thiessen2023-08-112-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Add new Vue FilePicker from `@nextcloud/dialogs` and use it by default.Ferdinand Thiessen2023-08-103-3/+3
| | | | | | Still providing the legacy one until the Vue FilePicker is out of beta. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Build compiled assetsFerdinand Thiessen2023-05-166-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(theming): Add border radius rounded css variable so ↵Ferdinand Thiessen2023-05-162-3/+5
| | | | | | `body-container-radius` can be used on mobile devices Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(login): Make login form and footer look like a dashboard panelFerdinand Thiessen2023-05-161-1/+1
| | | | | | Also adjust border radius to match new main content box. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* disable pull-down-to-refresh for mobileSimon L2023-05-155-4/+6
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Use the color-primary-element* variablesSimon L2023-05-1323-49/+49
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(theming): remove unnecessary `color-primary-element-default-hover` variableJohn Molakvoæ2023-05-044-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-045-6/+6
| | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(theming): ensure image background is not defined if admin disabled itJohn Molakvoæ2023-05-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: Build css assetsFerdinand Thiessen2023-05-034-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Show skip content buttons on lowres displays correctlyFerdinand Thiessen2023-05-031-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Update autogenerated filesJL1022023-04-284-4/+4
| | | | Signed-off-by: JL102 <jordanlees@mailbox.org>
* Stopped scrollbar being hidden by rounded cornersJL1022023-04-271-0/+4
| | | | | | | * I didn't include the compiled apps.css, server.css, etc. because I'm not sure what the procedure for those autogenerated files are * Signed-off-by: JL102 <jordanlees@mailbox.org>
* Show modified in filepicker gridChristopher Ng2023-04-255-6/+9
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #37597 from Jerome-Herbinet/patch-20Louis2023-04-201-1/+1
|\ | | | | Fix : Hides hidden files and folder in modal (beginning with a dot)
| * npm run sassJérôme Herbinet2023-04-204-4/+4
| | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * Cancel initial changesJérôme Herbinet2023-04-201-4/+1
| | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * Merge branch 'master' into patch-20Jérôme Herbinet2023-04-199-10/+35
| |\ | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | npm run sassJérôme Herbinet2023-04-054-4/+4
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * | Fix : Hides hidden files and folder in modalJérôme Herbinet2023-04-051-0/+3
| | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | Remove legacy systemtags codeChristopher Ng2023-04-193-3/+2
| |/ |/| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix(core): Ungroup `placeholder` css rules to prevent browsers from removing ↵Ferdinand Thiessen2023-04-175-8/+21
| | | | | | | | | | | | | | | | | | | | | | all rules When rules are grouped using the comma operator and one selector is invalid / unknown then the whole group is invalidated[1]. In this case `::-ms-input-placeholder` is unknown to Firefox and Chrome, so the `::placeholder` rule is never applied. [1]: https://www.w3.org/TR/selectors-3/#grouping Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix: Fix filepicker breadcrumbsJulius Härtl2023-04-075-4/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix icons at 16px width and heightJérôme Herbinet2023-04-065-4/+15
|/ | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Fix icon size Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run sass Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Rever + add exception Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> npm run sass Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> 16px fixed dimentions instead of auto Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-045-5/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix: Avoid scrolling the #content wrapper containerJulius Härtl2023-03-285-5/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* npm run sassJérôme Herbinet2023-03-244-4/+4
| | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Fix 2FA blocks' widthJérôme Herbinet2023-03-241-1/+1
| | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* fix white scrollbar corner in dark modeSimon L2023-03-085-4/+8
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix right-click img tagsSimon L2023-03-025-4/+19
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(theming): logo missing on login pageJohn Molakvoæ2023-03-013-10/+8
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-245-4/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Don't regard 1024px width viewport as mobileJonas2023-02-165-5/+5
| | | | | | | | | | | | | | | Currently we treat 1024px as mobile in some places (e.g. `isMobile` in nextcloud-vue) and as not mobile yet in others (e.g. in mobile.css). This commit changes `mobile.scss` to treat viewports smaller than 1024px as mobile. This PR accompanies https://github.com/nextcloud/nextcloud-vue/pull/3768 Both are required to fix https://github.com/nextcloud/nextcloud-vue/issues/3758. Signed-off-by: Jonas <jonas@freesources.org>
* Port user menu to VueChristopher Ng2023-02-095-140/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix failed revert for #35071John Molakvoæ2023-01-174-2509/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-179-4/+2519
| | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-135-158/+4
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>