summaryrefslogtreecommitdiffstats
path: root/apps/files/img/recent.svg
Commit message (Collapse)AuthorAgeFilesLines
* Re-optimize places and files iconsMarin Treselj2017-11-151-1/+1
| | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* Svgo optimizationskjnldsv2016-09-271-5/+1
| | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* Add new "Recent files" icon to files app (#356)Bugsbane2016-07-111-0/+5
* Added new "nav-icon-recent" CSS class Added the class "nav-icon-recent" to display the new "recent files" file list view to be added by @icewind1991 in PR https://github.com/nextcloud/server/pull/292 It's now placed after nav-icon-files which was where @jancborchardt was suggesting iirc. * Add new "Recent files" clock icon Add the new icon for "Recent files" file list view in the files app by @icewind1991, as discussed in PR https://github.com/nextcloud/server/pull/292 Icon is already compressed/cleaned by scour rather than svgo as svgo seems to corrupt it. * Alter colour of "Recent" icon from grey to black Change colour of the "recently used files" icon from grey to black, to match other icons in the files app. * Replace recent icon with black, optimized version Just updates the colour of the icon for "Recent files" from a grey version, to a black optimised version.