aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29905 from nextcloud/bugfix/fix-some-buttonsChristoph Wurst2021-12-011-7/+7
|\ | | | | Only add the vue exeption to actual button elements
| * Only add the vue exeption to actual button elementsmarco2021-11-251-7/+7
| | | | | | | | Signed-off-by: marco <marcoambrosini@pm.me>
* | Remove isIE and associated legacy scriptsJohn Molakvoæ (skjnldsv)2021-11-301-51/+0
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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>
* 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>