summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* fix(core): Ungroup `placeholder` css rules to prevent browsers from removing ↵Ferdinand Thiessen2023-06-075-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>
* Revert "[stable26] Ungroup `placeholder` css rules to prevent browsers from ↵Arthur Schiwon2023-05-245-21/+8
| | | | removing all rules"
* fix(core): Ungroup `placeholder` css rules to prevent browsers from removing ↵Ferdinand Thiessen2023-05-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(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-096-6/+6
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-093-4/+4
| | | | | | `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-091-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(core): Show skip content buttons on lowres displays correctlyFerdinand Thiessen2023-05-045-5/+7
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Avoid scrolling the #content wrapper containerJulius Härtl2023-04-035-5/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* npm run sassJérôme Herbinet2023-03-274-4/+4
| | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Fix 2FA blocks' widthJérôme Herbinet2023-03-271-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-105-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>
* Compress SASS outputChristopher Ng2023-01-1136-10920/+36
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix user status icon in avatar menuJoas Schilling2023-01-045-3/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* build(guests): update bundled css filesJulius Härtl2022-12-222-0/+940
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* style(guests): move plain css to scssJulius Härtl2022-12-221-152/+171
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* style(guests): Rename guest.css to scssJulius Härtl2022-12-224-0/+85
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-205-8/+85
| | | | | | | | | no overlapping. Add native tooltips to items. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix vue-select stylesChristopher Ng2022-12-105-73/+312
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #35665 from nextcloud/revert-35165-fix/vue-select-stylesJohn Molakvoæ2022-12-085-137/+73
|\
| * Revert "Disable style override on vue-select elements"John Molakvoæ2022-12-085-137/+73
| |
* | Merge pull request #35660 from nextcloud/enh/a11y-input-borderVincent Petry2022-12-083-3/+3
|\ \ | |/ |/| Increase default global input field border contrast
| * Increase default input field border contrastChristopher Ng2022-12-083-3/+3
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-086-26/+5
|/ | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Disable style override on vue-select elementsChristopher Ng2022-12-065-73/+137
| | | | | | | | - Disable style override on NcActionButton with `:not(.action-button)` due to increased specificity over scoped Vue styles when only `:not([class^="vs__"])` is added Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump sass from 1.52.1 to 1.56.1dependabot[bot]2022-12-0510-123/+45
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1. - [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.52.1...1.56.1) --- 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>
* Merge pull request #35484 from nextcloud/fix/34653/fix-popover-menuSimon L2022-11-305-80/+2
|\ | | | | fix the popovermenu
| * try to fix the popovermenuSimon L2022-11-295-80/+2
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35485 from nextcloud/chore/remove-bootstrap-version-commentSimon L2022-11-293-3/+3
|\ \ | |/ |/| Remove Bootstrap version reference from tooltip.scss
| * Remove Bootstrap version reference from tooltip.scssÁlvaro Brey2022-11-293-3/+3
| | | | | | | | | | | | | | | | | | | | | | We've had some reports that Nextcloud is using an outdated/deprecated Bootstrap version v3.3.5. I believe this to be caused by the string "Bootstrap v3.3.5" in the changed line, which after bundling ends up in `core-common.js`, and trips up some security scanners. It may also be worth investigating why the comments are not getting stripped when bundling the JS. Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Extract colour from custom backgroundJohn Molakvoæ2022-11-296-16/+16
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-294-5/+5
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix user settings layoutJohn Molakvoæ2022-11-235-601/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix logo invertJohn Molakvoæ2022-11-165-2/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-023-5/+21
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Rewrite admin theming in VueChristopher Ng2022-10-281-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-193-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Simplify variable namesJohn Molakvoæ2022-10-193-12/+12
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add admin user customization kill switchJohn Molakvoæ2022-10-193-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add config and fix seleniumJohn Molakvoæ2022-10-196-37/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-192-16/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix avatar menu icons in darkmodeJoas Schilling2022-10-135-2/+19
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-051-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>