summaryrefslogtreecommitdiffstats
path: root/apps/files/css/upload.scss
Commit message (Collapse)AuthorAgeFilesLines
* fix multiline-format-error in file-conflict modalZyc2022-11-261-1/+1
| | | | | | | when multiple files have conflicts, a scrollbar is shown in the file-conflict modal. due to the scrollbar the width of original/existing is to large, so that instead of being next to each other they flow into the next line. this change fixes this Signed-off-by: Zyc <Zyclotrop-j@users.noreply.github.com>
* fix upload barszaimen2022-09-071-3/+3
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Replace files app ids to classesVincent Petry2022-07-261-3/+3
| | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix dark theme in file exists dialogszaimen2021-07-211-1/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Deuglify the file upload progress barMichael Weimann2019-01-141-6/+10
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Improve overall container style, radius and shadowJan-Christoph Borchardt2018-10-011-6/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix buttons wrapping on long folder namesJan-Christoph Borchardt2018-10-011-3/+11
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fixes the upload progress bar layoutMichael Weimann2018-09-021-0/+4
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Files scssJohn Molakvoæ (skjnldsv)2018-06-201-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Box-sizing does not need vendor prefix anymoreMorris Jobke2017-10-231-4/+0
| | | | | | http://caniuse.com/#search=box-sizing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix upload progress color to primaryJohn Molakvoæ (skjnldsv)2017-09-281-15/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-0/+204
This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>