summaryrefslogtreecommitdiffstats
path: root/core/css/server.css.map
Commit message (Collapse)AuthorAgeFilesLines
* Show modified in filepicker gridChristopher Ng2023-04-251-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(core): Ungroup `placeholder` css rules to prevent browsers from removing ↵Ferdinand Thiessen2023-04-171-1/+1
| | | | | | | | | | | 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-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix icons at 16px width and heightJérôme Herbinet2023-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-041-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* fix: Avoid scrolling the #content wrapper containerJulius Härtl2023-03-281-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* npm run sassJérôme Herbinet2023-03-241-1/+1
| | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* fix white scrollbar corner in dark modeSimon L2023-03-081-1/+1
| | | | | 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-021-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add name for home breadcrumb in filepickerChristopher Ng2023-02-241-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Don't regard 1024px width viewport as mobileJonas2023-02-161-1/+1
| | | | | | | | | | | | | | | 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-091-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-171-1/+1
| | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-1/+1
| | | | | | 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-111-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix user status icon in avatar menuJoas Schilling2023-01-041-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-201-1/+1
| | | | | | | | | 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-101-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Revert "Disable style override on vue-select elements"John Molakvoæ2022-12-081-1/+1
|
* Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-081-1/+1
| | | | | 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-061-1/+1
| | | | | | | | - 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-051-1/+1
| | | | | | | | | | | | | | | | | 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>
* try to fix the popovermenuSimon L2022-11-291-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix user settings layoutJohn Molakvoæ2022-11-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix logo invertJohn Molakvoæ2022-11-161-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add config and fix seleniumJohn Molakvoæ2022-10-191-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix avatar menu icons in darkmodeJoas Schilling2022-10-131-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix various theming bugsChristopher Ng2022-09-281-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove last occurance of "color-primary-element-lighter"Joas Schilling2022-09-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Compile assetsnextcloud-command2022-09-151-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Compile assetsnextcloud-command2022-09-141-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Compile assetsnextcloud-command2022-09-131-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Compile assetsnextcloud-command2022-09-121-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix setting menu heightCarl Schwan2022-09-091-1/+1
| | | | | | | | | - Increase max height to match page height - Move settings 8px from the right instead of 5px to match other top menus - Handle overflow of the content correctly Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* fix files_external settingsszaimen2022-09-091-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Port css to scssCarl Schwan2022-09-081-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* improve app settings designszaimen2022-09-061-1/+1
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update header menu styleCarl Schwan2022-09-061-1/+1
| | | | | | Make it consistent with nextcloud-vue Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Some more fixesJulius Härtl2022-09-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump bundled filesJulius Härtl2022-09-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Compile assetsnextcloud-command2022-08-311-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix rebasing issues and improve profile settings page a bit moreCarl Schwan2022-08-261-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* More dark theme fixesCarl Schwan2022-08-261-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Various fixesCarl Schwan2022-08-261-1/+1
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Adapt to new Nextcloud vue styleCarl Schwan2022-08-261-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Do not overwrite the focus-visible of vue appsJoas Schilling2022-08-101-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix "More" app iconJoas Schilling2022-08-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix login flowCarl Schwan2022-07-271-7/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>