aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
Commit message (Collapse)AuthorAgeFilesLines
* Disable background color on group-header line (on hover, focus, active)Jérôme Herbinet2023-06-061-1/+1
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* disable pull-down-to-refresh for mobileSimon L2023-05-151-0/+2
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Use the color-primary-element* variablesSimon L2023-05-131-10/+10
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-041-1/+1
| | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Show modified in filepicker gridChristopher Ng2023-04-251-2/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Cancel initial changesJérôme Herbinet2023-04-201-4/+1
| | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Merge branch 'master' into patch-20Jérôme Herbinet2023-04-191-0/+1
|\ | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
| * fix: Fix filepicker breadcrumbsJulius Härtl2023-04-071-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix : Hides hidden files and folder in modalJérôme Herbinet2023-04-051-0/+3
|/ | | | | 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>
* Adjust breadcrumb navigation structure to the navigation listjulia.kirschenheuter2023-04-041-1/+2
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix 2FA blocks' widthJérôme Herbinet2023-03-241-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-081-0/+4
| | | | | 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-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-154/+0
| | | | | | 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>
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-191-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix various theming bugsChristopher Ng2022-09-281-1/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* scss and compiledartcafe2022-09-151-1/+1
| | | | Signed-off-by: dartcafe <github@dartcafe.de>
* Port css to scssCarl Schwan2022-09-081-5/+4
| | | | 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>
* Fix some styling issues with the new containersJulius Härtl2022-09-011-42/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* More refactoring of app content areasJulius Härtl2022-09-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Various fixesCarl Schwan2022-08-261-1/+4
| | | | | | | | | | | | | | - 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>
* Fix accessibility of input fieldsCarl Schwan2022-08-261-3/+3
| | | | | | | | | | | | | Input fields require a 44x44 pixels target size, this makes all the input fields and button use that size. Bonus is that now the input fields and buttons now have the same size as the new vue button and this looks less weird than the previous state with controls of different sizes. See https://www.w3.org/WAI/WCAG21/Understanding/target-size.html Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Do not overwrite the focus-visible of vue appsJoas Schilling2022-08-101-9/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Redesign guest pages for better accessibilityCarl Schwan2022-07-271-3/+2
| | | | | | | - Use white box and put content on it - Improve focus indicator Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Remove obsolete notification containerVincent Petry2022-07-261-45/+0
| | | | | | | The future is TOAST 🍞 Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace files app ids to classesVincent Petry2022-07-261-3/+3
| | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Use button for grid view toggle instead of hidden checkboxChristopher Ng2022-06-091-8/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix focus stylingChristopher Ng2022-06-091-1/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Augment keyboard accessibility of contacts menuChristopher Ng2022-06-071-6/+30
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-6/+33
| | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Cleanup and compileJohn Molakvoæ2022-05-131-4/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate core scssJohn Molakvoæ2022-05-131-2/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate to static icons coloursJohn Molakvoæ2022-05-101-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Revert "Show the child folders in the breadcrumb menu when on a parent entry."Simon L2022-04-291-7/+8
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Start theming providersJoas Schilling2022-04-211-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix alternative login buttonsJoas Schilling2022-03-091-20/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Center dialog new file menuJohn Molakvoæ2022-03-071-7/+5
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Show the parent folders in the breadcrumb menu when on a child entry.Christian Paier2022-02-021-8/+7
| | | | | | | | | | | | Previously, clicking on an menu item in the breadcrumb menu removed the parent entries of the path, i.e.: Clicking on the "to" entry in "/path/to/some/folder" changed the breadcrumb menu to show only the "/path/to" entries. With this change the breadcrumb menu changes this behaviour as the full path is still visible (and usable) but with the "to" entry beeing highlighted. Signed-off-by: Christian Paier <hallo+git@cpaier.com>
* Put controls above the text editor menubarCarl Schwan2021-08-121-1/+1
| | | | | | | Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821 will get merged. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* some multiselect design fixesszaimen2021-07-151-0/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* make contactsmenu icon biggerszaimen2021-06-301-1/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Proper opacity on multiselect actions in filesJulius Härtl2021-06-221-2/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add default font sizeGretaD2020-11-031-2/+2
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Increase scrollbar sizesJohn Molakvoæ (skjnldsv)2020-10-111-3/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump default font size to 15 pxMarco Ambrosini2020-10-061-2/+2
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Don't influence toastify errors and always use whiteJoas Schilling2020-10-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Revert "Increase html body height to full content height"Joas Schilling2020-09-101-1/+1
|
* Increase html body height to full content heightRaimund Schlüßler2020-09-051-1/+1
| | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* Fix contrast issue in Files app menuJan C. Borchardt2020-08-231-1/+3
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>