aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* fix(theming): The background is the primary color and must not be double ↵Ferdinand Thiessen2024-02-031-2/+2
| | | | | | inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-01-271-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-01-234-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Do not apply invert-color filter to unified searchFerdinand Thiessen2024-01-231-6/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): fix npm auditnextcloud-command2024-01-222-2/+2
| | | | Signed-off-by: GitHub <noreply@github.com>
* chore: Built CSS assetsFerdinand Thiessen2024-01-222-2/+2
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix header inversion bugSimon L2024-01-221-1/+14
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* chore: Compile assetsFerdinand Thiessen2024-01-194-4/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(a11y): Fix avatar menu icon color in dark modeJoas Schilling2024-01-195-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(assets): Recompile assetsnextcloud-command2024-01-114-4/+4
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix header-elements being not shown correctlySimon L2024-01-111-0/+3
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Remove unneeded styles: everything is handled by NcVuejulia.kirschenheuter2024-01-035-6/+5
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix: Adjust focus-visible marker on appmenuFerdinand Thiessen2023-12-225-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2023-12-146-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Make sure correct colors are used on blurred backgroundFerdinand Thiessen2023-12-142-0/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Update `@nextcloud/dialogs` to 5.0.3 fixing files copy moveFerdinand Thiessen2023-12-061-1/+1
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: inconsistencies in the shared two-factor UIRichard Steinmetz2023-12-043-4/+5
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix(theming): Fix color inverted icons based on theming and dark modeJoas Schilling2023-11-295-4/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: compile assetsChristopher Ng2023-11-171-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/dialogs to v5.0.1Louis Chemineau2023-11-151-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: Update nextcloud dependencies to stable versionFerdinand Thiessen2023-11-092-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix styles for input field and textarea on focus, hover and active statejulia.kirschenheuter2023-11-075-5/+6
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore: Compile CSS assetsFerdinand Thiessen2023-11-022-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-021-2/+1
| | | | | | | Previously the footer was empty, but the backdrop was still shown. This hides the footer if no text content was defined. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(assets): Re-compile assetsGrigorii K. Shartsev2023-10-212-2/+2
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(core): remove unnecessary role=contentinfo from page footer on loginGrigorii K. Shartsev2023-10-211-1/+1
| | | | | | `<footer>` has this role initially then it is a page footer, not inside `section`/`article`, and etc. Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* Fix background removal not applying to user default themingJohn Molakvoæ2023-10-195-6/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>