aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* chore: Compile assetsFerdinand Thiessen2024-11-1915-18/+18
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-1910-231/+282
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsfix/sassFerdinand Thiessen2024-11-174-23/+14
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Replace deprecated SASS rulesFerdinand Thiessen2024-11-177-27/+27
| | | | | | | | - global color functions are now deprecated - use color namespace - `@import` is deprecated and will be removed (will be native CSS import in future) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): recompile assetschore/update-sass-loaderGrigorii K. Shartsev2024-10-149-9/+9
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore(sass): migrate from deprecated SASS apiGrigorii K. Shartsev2024-10-142-10/+13
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore(deps-dev): Bump sass from 1.77.8 to 1.79.3dependabot/npm_and_yarn/sass-1.79.3dependabot[bot]2024-09-216-7/+7
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.77.8 to 1.79.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.8...1.79.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development 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>
* chore: compile scssChristopher Ng2024-09-054-4/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix: Fix inaccessible content on public pages due to overlapping footerChristopher Ng2024-09-051-12/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(css): build cssprotoclown2024-09-024-4/+4
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* fix(css): refine css cleanupprotoclown2024-09-021-0/+22
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* fix(css): cleanup old scrolling cssprotoclown2024-09-021-22/+0
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* fix(css): re-use old --color-scrollbar variableprotoclown2024-09-021-0/+1
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* fix(css): make scrollbar visible againprotoclown2024-09-021-4/+2
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* chore: Compile assetsFerdinand Thiessen2024-08-304-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(css): Adjust header styles to only add focus-visible styles to menuFerdinand Thiessen2024-08-301-16/+17
| | | | | | Only the main menu should be styles by the header styles, not the popover menus. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add stylelint rules to verify we only use logical propertiesFerdinand Thiessen2024-08-2928-36/+36
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Adjust more places for logical positionFerdinand Thiessen2024-08-296-42/+36
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix: float and clearMostafa Ahangarha2024-08-297-30/+128
| | | | | | | | Fix other background-positions Minor fix in link button icon position Update header left and right to start and end Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Fix: shorthand paddings and marginsMostafa Ahangarha2024-08-294-12/+24
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* Fix: background position based on directionMostafa Ahangarha2024-08-292-6/+38
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-2912-156/+159
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* 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>