aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* chore: Compile assetsFerdinand Thiessen2024-08-156-7/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust legacy CSS styles for new Nextcloud 30 designFerdinand Thiessen2024-08-152-43/+49
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(avatar): Fix icon-color for action-router contacts menu optionsJoas Schilling2024-08-135-4/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Compile assetsFerdinand Thiessen2024-08-092-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(styles): Guest layout should follow the new designFerdinand Thiessen2024-08-091-35/+26
| | | | | | | | 1. Adjust some places that used the old pill-style design 2. Make indention consistent using tabs 3. Remove duplicates styles for inputs (also included in server.css) that conflic with nextcloud-vue styles Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-07-271-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge branch 'master' into fix/public-footerJohn Molakvoæ2024-07-275-6/+6
|\ | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * chore: Compile assetsFerdinand Thiessen2024-07-264-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(styles): use also new CSS variable for correct header text color on ↵Ferdinand Thiessen2024-07-261-2/+2
| | | | | | | | | | | | public pages Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Compile assetsFerdinand Thiessen2024-07-264-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-261-17/+40
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Recompile assetsFerdinand Thiessen2024-07-176-7/+7
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(css): Shrink headlines a bitFerdinand Thiessen2024-07-172-5/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Recompile assetsFerdinand Thiessen2024-07-111-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-07-044-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(theming): Provide `body-container-` variables through themingFerdinand Thiessen2024-07-041-12/+3
| | | | | | | | * Provide the body container height, radius and margin as theming variables. * Remove unused old variables (`header-menu-profile-item-height` and `list-max-width`) * Fix comment about breakpoint JS location Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-07-034-4/+4
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat: Match input height with clickable areaMarco Ambrosini2024-07-031-6/+5
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
* fix(deps): Update `@nextcloud/dialogs` to 5.3.2 to fix picking current directoryLouis Chemineau2024-07-022-2/+14
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: Compile assetsFerdinand Thiessen2024-06-274-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(styles): Make padding not a magic valueFerdinand Thiessen2024-06-271-0/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Recompile assetsnextcloud-command2024-06-1938-38/+200
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-1940-19/+74
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Compile assetsFerdinand Thiessen2024-05-218-8/+8
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(styles): Adjust background stylingsFerdinand Thiessen2024-05-213-15/+12
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Adjust styles for header menu iconsFerdinand Thiessen2024-05-211-10/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Adjust dashboard and header menu to use new background colorsFerdinand Thiessen2024-05-211-1/+1
| | | | | | fix(UnifiedSearch): Adjust to new background color Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-05-1316-16/+16
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-1318-166/+59
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(assets): Recompile assetsnextcloud-command2024-05-104-26/+4
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: move SPDX info of generated files to dep5 definitionAndy Scherzinger2024-05-101-2/+1
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-102-36/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(deps): bump core-js from 3.36.1 to 3.37.0dependabot[bot]2024-05-074-4/+4
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.1 to 3.37.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.37.0/packages/core-js) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge branch 'master' into reduce-border-radiusMarco2024-05-064-4/+4
|\
| * chore: Compile assetsFerdinand Thiessen2024-05-064-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat: reduce app container border radiusMarco2024-05-061-1/+1
|/ | | | Signed-off-by: Marco <marcoambrosini@icloud.com>
* fix: Changes the color of the "Delete User" and "X" exit buttons on hover.Ty Davis2024-05-025-4/+8
| | | | | | | | Adjust 'X' close button border so that contrast is 3:1. Co-authored-by: Ty Davis <noreply@mail.theTyster.dev> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ty <136642464+theTyster@users.noreply.github.com>
* chore: compile assetsChristopher Ng2024-04-224-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Fix truncation on public sharesChristopher Ng2024-04-221-0/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: compile assetsChristopher Ng2024-04-221-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Compile assetsFerdinand Thiessen2024-04-102-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-04-084-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(styles): Adjust heading stylesFerdinand Thiessen2024-04-081-10/+24
| | | | | | | Make headings look like real headings and not just ordinary text. The stylings are copied from the text app where a design review was done on them. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Positioning and active state of viewer componentsJulius Härtl2024-03-072-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: wrap text on exception pageRichard Steinmetz2024-02-263-0/+32
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: Compile assetsFerdinand Thiessen2024-02-221-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Build CSS from SCSSFerdinand Thiessen2024-02-204-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(styles): Add default styles for disabled input elementsFerdinand Thiessen2024-02-202-1/+12
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(styles): Replace deprecated CSS variablesFerdinand Thiessen2024-02-201-16/+17
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-02-034-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>