summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
Commit message (Collapse)AuthorAgeFilesLines
* Use the color-primary-element* variablesSimon L2023-05-131-3/+3
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(core): Show skip content buttons on lowres displays correctlyFerdinand Thiessen2023-05-031-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Port user menu to VueChristopher Ng2023-02-091-136/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-171-0/+6
| | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* Change focused items behavior that neighbor elements (text and border) have ↵julia.kirschenheuter2022-12-201-2/+27
| | | | | | | | | 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>
* Add alt to the logo, adapt css for logojulia.kirschenheuter2022-12-081-6/+0
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix logo invertJohn Molakvoæ2022-11-161-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix header menu appereanceszaimen2022-09-141-2/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Fix setting menu heightCarl Schwan2022-09-091-2/+3
| | | | | | | | | - 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>
* Update header menu styleCarl Schwan2022-09-061-0/+5
| | | | | | Make it consistent with nextcloud-vue Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Some more fixesJulius Härtl2022-09-011-4/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix some styling issues with the new containersJulius Härtl2022-09-011-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Give header menus a better maximum height for mobileJulius Härtl2022-09-011-1/+1
| | | | 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>
* Proof of concept: Redesign app-contentCarl Schwan2022-09-011-4/+0
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Move app menu to vueJulius Härtl2022-08-311-300/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix "More" app iconJoas Schilling2022-08-051-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make sure app menu text opacity matches the iconsJulius Härtl2022-07-251-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix styling for single skip buttons globallyJulius Härtl2022-07-161-28/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Prevent button in notifications to be impacted by css ruleLouis Chemineau2022-06-021-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-161-12/+28
| | | | | | | | | | | | - 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>
* Fix profile and add gradient-primary-backgroundJohn Molakvoæ2022-05-131-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate core scssJohn Molakvoæ2022-05-131-12/+13
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix header apps iconsJohn Molakvoæ2022-04-281-6/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix logo colour on bright primary colourJohn Molakvoæ2022-04-281-6/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove accessibilityJohn Molakvoæ2022-04-211-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update and fix theming imagesJohn Molakvoæ (skjnldsv)2022-04-211-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update search icon sizeJohn Molakvoæ (skjnldsv)2022-04-211-55/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Start theming providersJoas Schilling2022-04-211-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-0/+19
| | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix app text going too far down on hover/focusJan C. Borchardt2020-09-251-1/+0
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Make sure most app names don’t ellipsize, fix #22845, fix #22219Jan C. Borchardt2020-09-171-3/+15
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Adjust entry highlights of navigation and menus based on Vue component styleJan C. Borchardt2020-08-051-4/+4
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix height to big for iPhone when using many appskevin1471472020-07-251-1/+1
| | | | Same story as https://github.com/nextcloud/server/pull/10276 I'm testing on iPhone without home button. These devices now have an even higher bottom bar.
* Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-2/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use the primary element color in case it primary color is too brightJoas Schilling2020-04-101-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Default to dark background in dark mode and better themed navbarJoas Schilling2020-04-071-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move scroll container to inner elementJulius Härtl2019-12-311-5/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix size of header menus (#16057)John Molakvoæ2019-12-071-9/+4
|\ | | | | Fix size of header menus
| * Move to proper scroll container and add more space to heightJulius Härtl2019-10-041-12/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix horizontal scrollbar in user menuJan-Christoph Borchardt2019-10-041-1/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix size of header menusJulius Härtl2019-10-041-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update style of log in page and headerJan-Christoph Borchardt2019-11-231-1/+1
|/ | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Show share link header text always in 2 rowsJan-Christoph Borchardt2019-06-261-1/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Change text color in search box in darktheme, ref #15598Greta Doci2019-05-261-1/+4
| | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* Fix various theming issues on bright colorsJulius Härtl2019-03-281-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Also style the "too many apps" menuJoas Schilling2019-03-191-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Style of navigation links in header is too catchyJoas Schilling2019-03-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix header label visibility on open menuJulius Härtl2019-02-191-5/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Scrolling on apps popovermenuJohn Molakvoæ (skjnldsv)2019-01-301-0/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>