summaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #31490 from nextcloud/backport/30828/stable23Pytal2022-03-081-7/+5
|\
| * Center dialog new file menuszaimen2022-03-081-7/+5
| | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Update variables.scsskaktuspalme2022-03-081-1/+1
|/ | | I would put sans-serif before Noto Color Emoji. If you have none of the previous fonts installed but Noto Color Emoji is, the interface looks very ugly because it uses Noto Color Emoji then. That's exactly the case on my linux distribution.
* Revert "Improve layout for the public download page"Carl Schwan2022-02-101-21/+10
| | | | | | This reverts commit 2e55ce089954bdab483cb1564a4b00b79b705346. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Revert "Fix loading of the text app in public shared links"Carl Schwan2022-02-101-12/+3
| | | | | | This reverts commit d3d117c4a874eb8803fb043b2b011d8732b2709f. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve installation pagesChristopher Ng2022-01-191-6/+2
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 22768769c3f29f9952110f86a032e4bf3a4bf460) Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix loading of the text app in public shared linksCarl Schwan2022-01-171-3/+12
| | | | | | | Instead of doing the centering for the entire public content, only do it for the preview. This is more safe. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Improve layout for the public download pageCarl Schwan2022-01-141-10/+21
| | | | | | | This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Only add the vue exeption to actual button elementsmarco2021-12-071-7/+7
| | | | Signed-off-by: marco <marcoambrosini@pm.me>
* Fix collaborative tags stylesChristopher Ng2021-12-011-0/+4
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #29327 from ↵John Molakvoæ2021-10-271-1/+1
|\ | | | | | | nextcloud/bugfix/noid/do-not-make-actionbuttons-spans-too-transparent
| * Do notr make action icons too transparentmarco2021-10-191-1/+1
| | | | | | | | Signed-off-by: marco <marcoambrosini@pm.me>
* | Fix login button alignmentCarl Schwan2021-10-211-1/+0
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #29295 from nextcloud/fix/button-clipJulius Härtl2021-10-191-1/+2
|\
| * Fix cliping issues in alternative logging buttonsCarl Schwan2021-10-181-1/+2
| | | | | | | | | | | | | | | | The issues was caused because the button with its margins was bigger than the parent. Instead of setting the margin of the button, add padding to the parent. This is more reliable. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Profile frontendChristopher Ng2021-10-192-1/+2
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add new variables for buttonsmarco2021-09-302-0/+22
| | | | Signed-off-by: marco <marcoambrosini@pm.me>
* Do not target vue buttons with server rulesMarco Ambrosini2021-09-301-8/+8
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* Put controls above the text editor menubarCarl Schwan2021-08-121-1/+1
| | | | | | | Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821 will get merged. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #27995 from nextcloud/enh/noid/multiselect-design-fixesJulius Härtl2021-07-161-0/+3
|\ | | | | some multiselect design fixes
| * some multiselect design fixesszaimen2021-07-151-0/+3
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Improve notcreatable permissions hintszaimen2021-07-151-0/+2
|/ | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Fix regression in file sidebarCarl Schwan2021-07-141-1/+1
| | | | | | See https://github.com/nextcloud/server/pull/27936 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix svg icons disapearing in app navigation when text overflowsCarl Schwan2021-07-131-2/+5
| | | | | | | | | | | The issue is caused by the icon being positionned with negative margins and the `overflow: hidden` rule when hide the icon when the text overflows. Remove positioning with negative margins. This was only happening in Firefox. This fix #23849 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #27737 from nextcloud/enh/19906/contactsmenuJohn Molakvoæ2021-07-011-1/+1
|\ | | | | make contactsmenu icon bigger
| * make contactsmenu icon biggerszaimen2021-06-301-1/+1
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | design fixes to app-settings buttonszaimen2021-07-011-1/+3
|/ | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Merge pull request #27604 from nextcloud/bugfix/24918Pytal2021-06-221-2/+5
|\ | | | | Proper opacity on multiselect actions in files
| * Proper opacity on multiselect actions in filesJulius Härtl2021-06-221-2/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update login with device page stylesChristopher Ng2021-06-211-0/+4
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Let apps toggle an unread counter on app iconsJulius Härtl2021-06-161-0/+19
| | | | | Co-authored-by: Louis Chemineau <louis@chmn.me> Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Handle device login like an alternative loginJoas Schilling2021-04-201-10/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix log in button hover/focus feedbackJan C. Borchardt2021-04-121-1/+3
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt2021-04-121-2/+8
| | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* Revert "Do not target vue buttons with server rules"Greta2021-03-241-8/+8
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* 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>