Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core/css
AgeCommit message (Collapse)Author
2020-09-10Revert "Increase html body height to full content height"Joas Schilling
2020-09-10Merge pull request #22614 from nextcloud/fix/22606/popover-boundariesMorris Jobke
Increase html body height to full content height
2020-09-07Add icon for dashboard app store categoryJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-05Increase html body height to full content heightRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-09-03Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-24Fix contrast issue in Files app menuJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-05Adjust entry highlights of navigation and menus based on Vue component styleJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-08-03Merge pull request #22075 from ↵Morris Jobke
nextcloud/bugfix/noid/prefer-emoji-fonts-over-sans-serif Also consider Noto Color Emoji font
2020-08-03Fix unified searchJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-07-31Also consider Noto Color Emoji fontJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-26Fix height to big for iPhone when using many appskevin147147
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.
2020-07-21Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setupsJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2020-05-26Simplify text variables from 4 to 2, map -lighter to -maxcontrastJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-05-07Fix color-text-maxcontrast not passing WCAG AAJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-04-30Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-24Correctly hide table headers in filepickerRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-04-17Fix breadcrumb in move or copy file dialogLoïc Hermann
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-10Use the primary element color in case it primary color is too brightJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-09Fix systemtags overflowJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-07Default to dark background in dark mode and better themed navbarJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-25Fix cursor on click inputs and their descendantsDaniel Calviño Sánchez
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>
2020-03-13Fix color-box-shadow variableMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-03-05Merge pull request #19671 from nextcloud/fix-loading-icons-on-replaced-elementsRoeland Jago Douma
Fix loading icons on replaced elements
2020-02-29Fix non-centered no javascript messageGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-27Adjust list of replaced elements to the specDaniel Calviño Sánchez
"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>
2020-02-27Set loading image on replaced elements instead of on their descendantsDaniel Calviño Sánchez
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>
2020-01-31Update guest.cssMarc Michalsky
2020-01-31Center ButtonsMarc Michalsky
Since Version 18.0.0 the Registration button of the [registration app](https://github.com/pellaeon/registration) is not centered anymore.
2020-01-24New file menu needs to be above the filelist headerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-16Fix cursor on disabled contenteditable divsDaniel Calviño Sánchez
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>
2020-01-16Add color background hover css variableMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-15Merge pull request #18873 from nextcloud/design/install-pageRoeland Jago Douma
Install page design fixes
2020-01-14Fix max width on 2FA pagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-14Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-13Create hover color variableMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-11Merge pull request #18819 from nextcloud/bugfix/guest-container-sizeRoeland Jago Douma
Limit the size of the container on guest pages
2020-01-11Merge pull request #18806 from nextcloud/bugfix/contactsmenu-fix-minRoeland Jago Douma
Set the contactsmenu height without min calculation
2020-01-10Limit the size of the container on guest pagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10Narrow error button styling scopeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10Set the contactsmenu height without min calculationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10Merge pull request #18752 from nextcloud/bugfix/contacts-menu-scrollRoeland Jago Douma
Fix contacts menu sizing
2020-01-09Merge pull request #18780 from nextcloud/bugfix/18779/safari_madnessRoeland Jago Douma
Tell Safari to watch out for changes of filter
2020-01-09Tell Safari to watch out for changes of filter aka attempt no. 1 to fix #18779Georg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-08Fix contacts menu sizingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-07Merge pull request #17861 from ↵Roeland Jago Douma
nextcloud/fix-tab-navigation-of-menu-in-public-share-pages Fix tab navigation of menu in public share pages
2019-12-31Move scroll container to inner elementJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-30Split the menu entry for external shares in twoDaniel Calviño Sánchez
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>
2019-12-30Change menu toggle element from span to buttonDaniel Calviño Sánchez
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>
2019-12-20Only round the real avatarsJoas Schilling
Before this all images were rounded, including the icons of contacts menu options Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-19Add flow icon for app store categoryJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>