summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Don't influence toastify errors and always use whiteJoas Schilling2020-10-061-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix height to big for iPhone when using many appskevin1471472020-07-301-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 color-text-maxcontrast not passing WCAG AAJan-Christoph Borchardt2020-05-091-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)2020-04-301-2/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Correctly hide table headers in filepickerRaimund Schlüßler2020-04-241-0/+2
| | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* Fix breadcrumb in move or copy file dialogLoïc Hermann2020-04-171-2/+7
| | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use the primary element color in case it primary color is too brightJoas Schilling2020-04-102-4/+4
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Fix systemtags overflowJohn Molakvoæ (skjnldsv)2020-04-091-1/+6
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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-072-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix cursor on click inputs and their descendantsDaniel Calviño Sánchez2020-03-251-0/+16
| | | | | | | | | | | | | | | | | The cursor in click inputs is shown as a pointer to convey that it can be interacted with. However, in those click inputs that can have descendants, like buttons, the descendants may not inherit the cursor from it (for example, a "strong" element would, but a "span" element would not), which causes a pointer cursor to be shown on some areas of the button and a different one to be shown on other areas. To prevent that now all the descendants of click inputs that can have descendants use a pointer cursor. On the other hand, if a click input is disabled it can not be interacted with it, so now disabled click inputs as well as their descendants show a default cursor instead of a pointer cursor in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix color-box-shadow variableMarco Ambrosini2020-03-131-1/+1
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Merge pull request #19671 from nextcloud/fix-loading-icons-on-replaced-elementsRoeland Jago Douma2020-03-051-5/+5
|\ | | | | Fix loading icons on replaced elements
| * Adjust list of replaced elements to the specDaniel Calviño Sánchez2020-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "button, textarea, select, div[contenteditable='true']" were removed and "audio, canvas, embed, iframe" were added. Note that this is a coarse-grained list; according to the spec some of the elements, like canvas or input, might be treated as a replaced element in some cases and as ordinary elements in others: https://html.spec.whatwg.org/multipage/rendering.html#replaced-elements For now all the elements that might be replaced elements use the loading image by default, so apps will need to override that when the elements are treated as ordinary elements. Of course that can be flipped in the future to instead make an element to use the "::after" approach by default if it is found that the element requires the override often. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Set loading image on replaced elements instead of on their descendantsDaniel Calviño Sánchez2020-02-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Replaced elements do not have "::after" nor "::before" pseudo-elements, so the regular loading icon needs to be shown using a background image instead of the default "::after" pseudo-element approach. However, the CSS rules were not applied on the replaced elements themselves, but on their descendants. As the descendants might have support for pseudo-elements the rules were fixed to be applied on the replaced elements, and only on the replaced elements. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Fix non-centered no javascript messageGary Kim2020-02-291-1/+2
|/ | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* 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>