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-10-12Fix adminpass strengthify marginRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2020-10-06Don't influence toastify errors and always use whiteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-31Fix 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-05-09Fix color-text-maxcontrast not passing WCAG AAJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-05-04Correctly hide table headers in filepickerRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2020-04-30Fix public layout header title & descriptionJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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-02-29Fix non-centered no javascript messageGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-03Update guest.cssMarc Michalsky
2020-02-03Center 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-17Fix 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-16Fix max width on 2FA pagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-16Add color background hover css variableMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-15Add explanatory bit for recommended apps, fix #18631Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-01-14Create hover color variableMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2020-01-12Merge pull request #18826 from nextcloud/backport/18819/stable18Roeland Jago Douma
[stable18] Limit the size of the container on guest pages
2020-01-12Merge pull request #18825 from nextcloud/backport/18806/stable18Roeland Jago Douma
[stable18] Set the contactsmenu height without min calculation
2020-01-11Limit the size of the container on guest pagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-11Set the contactsmenu height without min calculationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-11Narrow error button styling scopeJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-10Fix contacts menu sizingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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-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>
2019-12-07Fix size of header menus (#16057)John Molakvoæ
Fix size of header menus
2019-11-26Merge pull request #18082 from nextcloud/design/style-updateRoeland Jago Douma
Update style of log in page and header
2019-11-26add var for theming images , advanced options (#16815)John Molakvoæ
add var for theming images , advanced options
2019-11-25Improve tag iconJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-11-24add var for theming images , advanced optionsGuillaume COMPAGNON
Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com>
2019-11-23Update style of log in page and headerJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-11-07🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation ↵Jonas Sulzer
'skip to content' positioned at a fixed position Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-11-05Prompt on destructive user actionsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-31Merge pull request #17670 from ↵Roeland Jago Douma
nextcloud/fix/noid/collapsing-spaces-in-move-again Fix spaces being collapsed in move dialog again
2019-10-29Systemtags and external actions updateJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-25Fix spaces being collapsed in move dialog againGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-10Increase contast between text and placeholder in input fieldsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-07Show Delete Icon in Breadcrumb in TrashbinGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-10-04Move to proper scroll container and add more space to heightJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-04Fix horizontal scrollbar in user menuJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-10-04Fix size of header menusJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-01Bring the font size down to 14pxMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-09-28Bring the default font size up to 15px (#17228)John Molakvoæ
Bring the default font size up to 15px
2019-09-28Remove input id on login formJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-09-23Fix spaces being collapsed in move dialogGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-09-21Bring the default font size up to 15pxMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>