summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25721 from nextcloud/do-not-target-vue-buttonsRoeland Jago Douma2021-03-091-8/+8
|\ | | | | Do not target vue buttons with server rules
| * Do not target vue buttons with server rulesMarco Ambrosini2021-03-051-8/+8
| | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | Change outline color to --color-main-textVincent Petry2021-02-261-1/+1
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Add focus-visible outline for checkboxes and radio buttonsVincent Petry2021-02-261-0/+6
|/ | | | | | | To make keyboard navigation visible in forms. When clicking with the mouse it doesn't appear. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-282-0/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Do not target vue progressbar with server stylesMarco Ambrosini2021-01-251-1/+1
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Unquote string when removing the hash from a colorJulius Härtl2021-01-111-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make SCSS compliantJulius Härtl2021-01-112-39/+39
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Increase horizontal paddingMarco Ambrosini2020-12-221-1/+1
| | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* Add default font sizeGretaD2020-11-033-2/+8
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Properly put hidden-visually off-screenVincent Petry2020-10-293-7/+7
| | | | | | | | | In some situations the element is still affecting the layout, especially when a sticky is nearby. This fix moves it properly off-screen. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #23345 from nextcloud/fix/scrollbarsJohn Molakvoæ2020-10-131-3/+5
|\ | | | | Increase scrollbar sizes
| * Increase scrollbar sizesJohn Molakvoæ (skjnldsv)2020-10-111-3/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix adminpass strengthify marginRichard Steinmetz2020-10-081-1/+0
|/ | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Bump default font size to 15 pxMarco Ambrosini2020-10-061-2/+2
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Don't influence toastify errors and always use whiteJoas Schilling2020-10-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* 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>
* Revert "Increase html body height to full content height"Joas Schilling2020-09-101-1/+1
|
* Merge pull request #22614 from nextcloud/fix/22606/popover-boundariesMorris Jobke2020-09-101-1/+1
|\ | | | | Increase html body height to full content height
| * Increase html body height to full content heightRaimund Schlüßler2020-09-051-1/+1
| | | | | | | | Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
* | Add icon for dashboard app store categoryJulius Härtl2020-09-071-0/+4
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix search placeholder animation & dark theme compatibilityJohn Molakvoæ (skjnldsv)2020-09-033-0/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix contrast issue in Files app menuJan C. Borchardt2020-08-231-1/+3
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Adjust entry highlights of navigation and menus based on Vue component styleJan C. Borchardt2020-08-052-28/+30
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Merge pull request #22075 from ↵Morris Jobke2020-08-031-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/prefer-emoji-fonts-over-sans-serif Also consider Noto Color Emoji font
| * Also consider Noto Color Emoji fontJoas Schilling2020-07-311-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-032-4/+6
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* 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.
* Move Cantarell before Ubuntu in font stack to fix GNOME + Ubuntu setupsJan C. Borchardt2020-07-211-1/+1
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Simplify text variables from 4 to 2, map -lighter to -maxcontrastJan-Christoph Borchardt2020-05-262-4/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix color-text-maxcontrast not passing WCAG AAJan-Christoph Borchardt2020-05-071-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