summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Update guest.cssMarc Michalsky2020-01-311-1/+1
|
* Center ButtonsMarc Michalsky2020-01-311-1/+1
| | | Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore.
* New file menu needs to be above the filelist headerJulius Härtl2020-01-241-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix cursor on disabled contenteditable divsDaniel Calviño Sánchez2020-01-161-2/+0
| | | | | | | The cursor should be a default cursor, as the text cursor implies that text can be introduced. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add color background hover css variableMarco Ambrosini2020-01-161-0/+1
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Merge pull request #18873 from nextcloud/design/install-pageRoeland Jago Douma2020-01-151-0/+5
|\ | | | | Install page design fixes
| * Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt2020-01-141-0/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix max width on 2FA pagesChristoph Wurst2020-01-141-0/+4
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Create hover color variableMarco Ambrosini2020-01-131-1/+2
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Merge pull request #18819 from nextcloud/bugfix/guest-container-sizeRoeland Jago Douma2020-01-111-1/+2
|\ | | | | Limit the size of the container on guest pages
| * Limit the size of the container on guest pagesJulius Härtl2020-01-101-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #18806 from nextcloud/bugfix/contactsmenu-fix-minRoeland Jago Douma2020-01-111-5/+7
|\ \ | | | | | | Set the contactsmenu height without min calculation
| * | Set the contactsmenu height without min calculationJulius Härtl2020-01-101-5/+7
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / Narrow error button styling scopeJulius Härtl2020-01-101-5/+6
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #18752 from nextcloud/bugfix/contacts-menu-scrollRoeland Jago Douma2020-01-101-10/+6
|\ | | | | Fix contacts menu sizing
| * Fix contacts menu sizingJulius Härtl2020-01-081-10/+6
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #18780 from nextcloud/bugfix/18779/safari_madnessRoeland Jago Douma2020-01-091-0/+1
|\ \ | |/ |/| Tell Safari to watch out for changes of filter
| * Tell Safari to watch out for changes of filter aka attempt no. 1 to fix #18779Georg Ehrke2020-01-091-0/+1
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #17861 from ↵Roeland Jago Douma2020-01-071-2/+11
|\ \ | | | | | | | | | | | | nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
| * | Split the menu entry for external shares in twoDaniel Calviño Sánchez2019-12-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The external shares entry showed a "button" that, when pressed, replaced the button with the input to set the remote share address. The "button" was actually a label for the input, so when the label was focused it transferred the focus to the input and thus pressing enter or space did not show the input. Moreover, inputs inside links are not valid HTML, and once shown there was no way to hide the input again. Due to all this, and for consistency with the direct link input, the external share input was moved to a different menu item that is shown and hidden when the button, which nows is also a real button, is clicked. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Change menu toggle element from span to buttonDaniel Calviño Sánchez2019-12-301-0/+10
| | | | | | | | | | | | | | | | | | | | | This makes possible to navigate to the menu toggle using the keyboard, as well as being semantically more correct. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Move scroll container to inner elementJulius Härtl2019-12-311-5/+15
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Only round the real avatarsJoas Schilling2019-12-201-1/+1
| | | | | | | | | | | | Before this all images were rounded, including the icons of contacts menu options Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add flow icon for app store categoryJulius Härtl2019-12-191-0/+4
|/ | | | 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>
* | Merge pull request #18082 from nextcloud/design/style-updateRoeland Jago Douma2019-11-263-9/+13
|\ \ | | | | | | Update style of log in page and header
| * | Update style of log in page and headerJan-Christoph Borchardt2019-11-233-9/+13
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | add var for theming images , advanced options (#16815)John Molakvoæ2019-11-262-0/+4
|\ \ \ | | | | | | | | add var for theming images , advanced options
| * | | add var for theming images , advanced optionsGuillaume COMPAGNON2019-11-242-0/+4
| |/ / | | | | | | | | | Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
* / / Improve tag iconJohn Molakvoæ (skjnldsv)2019-11-251-1/+1
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation ↵Jonas Sulzer2019-11-071-0/+4
| | | | | | | | | | | | 'skip to content' positioned at a fixed position Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | Prompt on destructive user actionsGary Kim2019-11-051-0/+5
| | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Merge pull request #17670 from ↵Roeland Jago Douma2019-10-311-0/+3
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/collapsing-spaces-in-move-again Fix spaces being collapsed in move dialog again
| * | Fix spaces being collapsed in move dialog againGary Kim2019-10-251-0/+3
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | Systemtags and external actions updateJohn Molakvoæ (skjnldsv)2019-10-291-0/+2
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Increase contast between text and placeholder in input fieldsJulius Härtl2019-10-101-1/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Show Delete Icon in Breadcrumb in TrashbinGary Kim2019-10-072-2/+4
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Bring the font size down to 14pxMarco Ambrosini2019-10-012-4/+4
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Bring the default font size up to 15px (#17228)John Molakvoæ2019-09-282-2/+4
|\ | | | | Bring the default font size up to 15px
| * Bring the default font size up to 15pxMarco Ambrosini2019-09-212-2/+4
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-281-1/+2
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Fix spaces being collapsed in move dialogGary Kim2019-09-241-1/+2
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* Merge pull request #17017 from ritsute/fix/css-actions.creatableRoeland Jago Douma2019-09-191-2/+2
|\ | | | | fix "create folder" icon overlaying home icon
| * fix "create folder" icon overlaying home iconritsute2019-09-061-2/+2
| | | | | | | | Signed-off-by: Brandon <brandon.yeow@websparks.sg>
* | Merge pull request #17098 from nextcloud/fix/css/variables-color-primary-lightJoas Schilling2019-09-172-0/+2
|\ \ | | | | | | Create color-primary-light variable
| * | Create color-primary-light variableJohn Molakvoæ (skjnldsv)2019-09-112-0/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Position fixed for .toastify.toastzorn-v2019-09-121-1/+1
|/ /