diff options
author | Bugsbane <user581@xymail.info> | 2016-07-11 04:54:04 -0400 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-07-11 10:54:04 +0200 |
commit | 92f7722b4398ec37a3b1a51a10e0325b547885a7 (patch) | |
tree | f416f6d1ea380aaa2717a798b69dbc469a4927c8 /apps/files/img | |
parent | 3e941f6ba1a1971a790985f8d1a4ba012e0cbe80 (diff) | |
download | nextcloud-server-92f7722b4398ec37a3b1a51a10e0325b547885a7.tar.gz nextcloud-server-92f7722b4398ec37a3b1a51a10e0325b547885a7.zip |
Add new "Recent files" icon to files app (#356)
* 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.
Diffstat (limited to 'apps/files/img')
-rw-r--r-- | apps/files/img/recent.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/img/recent.svg b/apps/files/img/recent.svg new file mode 100644 index 00000000000..7d95448effb --- /dev/null +++ b/apps/files/img/recent.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.0"> + <rect style="color:#000000" fill-opacity="0" height="97.986" width="163.31" y="-32.993" x="-62.897"/> + <path style="color-rendering:auto;text-decoration-color:#000000;color:#000000;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;block-progression:tb;text-decoration-line:none;text-decoration-style:solid;image-rendering:auto;white-space:normal;text-indent:0;text-transform:none" d="m8 0c-4.4064 0-8 3.5936-8 8 0 4.406 3.5936 8 8 8 4.406 0 8-3.594 8-8 0-4.4064-3.594-8-8-8zm0 2c3.326 0 6 2.6744 6 6 0 3.326-2.674 6-6 6-3.3256 0-6-2.674-6-6 0-3.3256 2.6744-6 6-6zm-0.4414 0.9316c-0.334 0.0075-0.6014 0.2793-0.6035 0.6133l-0.8516 4.4414v0.0117c-0.1821 0.7569 0.3361 1.002 0.916 1.3536l0.0059 0.0019 2.9976 1.5785c0.653 0.502 1.407-0.476 0.754-0.9789l-1.777-1.9453v-0.0078l-0.8086-4.4492c0.0011-0.3478-0.2851-0.6279-0.6328-0.6192z"/> +</svg> |